#D7553F

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

Shades of Dark Coral #D7553F

Tints of Dark Coral #D7553F

Color information

#D7553F (or 0xD7553F) is unknown color: approx Dark Coral. HEX triplet: D7, 55 and 3F. RGB value is (215,85,63). Sum of RGB (Red+Green+Blue) = 215+85+63=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7553F is #28AAC0. Grayscale: #797979. Windows color (decimal): -2665153 or 4150743. OLE color: 4150743.

HSL color Cylindrical-coordinate representation of color #D7553F: hue angle of 8.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7553F is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2158563-
CMYK00.600.710.16
HSL8.68º65.52%54.51%-
HSV(B)8.68º70.7%84.31%-
XYZ32.1721.37.12-
YUV121.3695.07194.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 63 (25% from 255) = 17.36%
R=59.23%
G=23.42%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215856300.600.710.168.6865.5254.51
HexD7553F03C471094237
Octal32712577074107201110267
Binary110101111010101111111011110010001111000010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7553F; }

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

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

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

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

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

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

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

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