#D55941

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

Shades of Dark Coral #D55941

Tints of Dark Coral #D55941

Color information

#D55941 (or 0xD55941) is unknown color: approx Dark Coral. HEX triplet: D5, 59 and 41. RGB value is (213,89,65). Sum of RGB (Red+Green+Blue) = 213+89+65=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55941 is #2AA6BE. Grayscale: #7B7B7B. Windows color (decimal): -2795199 or 4282837. OLE color: 4282837.

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

Color convert

RGB2138965-
CMYK00.580.690.16
HSL9.73º63.79%54.51%-
HSV(B)9.73º69.48%83.53%-
XYZ31.9721.677.5-
YUV123.3495.08191.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.04%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=58.04%
G=24.25%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213896500.580.690.169.7363.7954.51
HexD5594103A4510a4037
Octal325131101072105201210067
Binary1101010110110011000001011101010001011000010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55941; }

 p { color: rgb(213,89,65); }

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

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

 a { background-color: rgb(213,89,65); }

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

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

 span { border-color: rgb(213,89,65); }

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