Shades of Dark Coral #D55941
Tints of Dark Coral #D55941
RGB
CMYK
RGB Variations
Color information
#D55941 (or 0xD55941) is known color: 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
| RGB | 213 | 89 | 65 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.16 |
| HSL | 9.73º | 0.64% | 0.55% | - |
| HSV(B) | 9.73º | 0.69% | 0.84% | - |
| XYZ | 31.97 | 21.67 | 7.5 | - |
| YUV | 123.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 65 | 0 | 0.58 | 0.69 | 0.16 | 9.73 | 0.64 | 0.55 |
| Hex | D5 | 59 | 41 | 0 | 3A | 45 | 10 | A | 40 | 37 |
| Octal | 325 | 131 | 101 | 0 | 72 | 105 | 20 | 12 | 100 | 67 |
| Binary | 11010101 | 1011001 | 1000001 | 0 | 111010 | 1000101 | 10000 | 1010 | 1000000 | 110111 |
Color Harmonies of #D55941
Complementary color
Monochromatic Colors of #D55941
Black with #D55941
Text Example
Text Example
White with #D55941
Text Example
Text Example
HTML Codes & Css Web 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>