#D5553C

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

Shades of Dark Coral #D5553C

Tints of Dark Coral #D5553C

Color information

#D5553C (or 0xD5553C) is unknown color: approx Dark Coral. HEX triplet: D5, 55 and 3C. RGB value is (213,85,60). Sum of RGB (Red+Green+Blue) = 213+85+60=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5553C is #2AAAC3. Grayscale: #787878. Windows color (decimal): -2796228 or 3954133. OLE color: 3954133.

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

Color convert

RGB2138560-
CMYK00.600.720.16
HSL9.8º64.56%53.53%-
HSV(B)9.8º71.83%83.53%-
XYZ31.520.976.66-
YUV120.4293.91194.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.50%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=59.50%
G=23.74%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213856000.600.720.169.864.5653.53
HexD5553C03C4810a4136
Octal32512574074110201210166
Binary110101011010101111100011110010010001000010101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5553C; }

 p { color: rgb(213,85,60); }

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

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

 a { background-color: rgb(213,85,60); }

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

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

 span { border-color: rgb(213,85,60); }

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