#D2634C

Color #D2634C Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D2634C

Tints of Dark Coral #D2634C

Color information

#D2634C (or 0xD2634C) is unknown color: approx Dark Coral. HEX triplet: D2, 63 and 4C. RGB value is (210,99,76). Sum of RGB (Red+Green+Blue) = 210+99+76=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2634C is #2D9CB3. Grayscale: #818181. Windows color (decimal): -2989236 or 5006290. OLE color: 5006290.

HSL color Cylindrical-coordinate representation of color #D2634C: hue angle of 10.3º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2634C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2109976-
CMYK00.530.640.18
HSL10.3º59.82%56.08%-
HSV(B)10.3º63.81%82.35%-
XYZ32.3423.159.6-
YUV129.5797.77185.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=54.55%
G=25.71%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210997600.530.640.1810.359.8256.08
HexD2634C0354012a3c38
Octal32214311406510022127470
Binary110100101100011100110001101011000000100101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2634C; }

 p { color: rgb(210,99,76); }

 H1.HeaderClassName
 {
   color: #D2634C;
 }
 .AnyTagClassName
 {
   color: #D2634C;
 }
</style>
background-color css

<style>
 a { background-color: #D2634C; }

 a { background-color: rgb(210,99,76); }

 div.DivClassName
 {
   background-color: #D2634C;
 }
 .BgClassName
 {
   background-color: #D2634C;
 }
</style>
border-color css

<style>
 span { border-color: #D2634C; }

 span { border-color: rgb(210,99,76); }

 td.TdClassName
 {
   border-color: #D2634C;
 }
 .TagClassName
 {
   border-color: #D2634C;
 }
</style>