#D0553F

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

Shades of Dark Coral #D0553F

Tints of Dark Coral #D0553F

Color information

#D0553F (or 0xD0553F) is unknown color: approx Dark Coral. HEX triplet: D0, 55 and 3F. RGB value is (208,85,63). Sum of RGB (Red+Green+Blue) = 208+85+63=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0553F is #2FAAC0. Grayscale: #777777. Windows color (decimal): -3123905 or 4150736. OLE color: 4150736.

HSL color Cylindrical-coordinate representation of color #D0553F: hue angle of 9.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0553F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2088563-
CMYK00.590.700.18
HSL9.1º60.67%53.14%-
HSV(B)9.1º69.71%81.57%-
XYZ30.1620.277.02-
YUV119.2796.25191.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.43%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 63 (25% from 255) = 17.70%
R=58.43%
G=23.88%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208856300.590.700.189.160.6753.14
HexD0553F03B461293d35
Octal3201257707310622117565
Binary11010000101010111111101110111000110100101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0553F; }

 p { color: rgb(208,85,63); }

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

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

 a { background-color: rgb(208,85,63); }

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

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

 span { border-color: rgb(208,85,63); }

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