Shades of Dark Coral #D04E41
Tints of Dark Coral #D04E41
RGB
CMYK
RGB Variations
Color information
#D04E41 (or 0xD04E41) is known color: Dark Coral. HEX triplet: D0, 4E and 41. RGB value is (208,78,65). Sum of RGB (Red+Green+Blue) = 208+78+65=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E41 is #2FB1BE. Grayscale: #737373. Windows color (decimal): -3125695 or 4280016. OLE color: 4280016.
HSL color Cylindrical-coordinate representation of color #D04E41: hue angle of 5.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04E41 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 65 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.18 |
| HSL | 5.45º | 0.6% | 0.54% | - |
| HSV(B) | 5.45º | 0.69% | 0.82% | - |
| XYZ | 29.69 | 19.24 | 7.15 | - |
| YUV | 115.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 65 | 0 | 0.62 | 0.69 | 0.18 | 5.45 | 0.6 | 0.54 |
| Hex | D0 | 4E | 41 | 0 | 3E | 45 | 12 | 5 | 3C | 36 |
| Octal | 320 | 116 | 101 | 0 | 76 | 105 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1001110 | 1000001 | 0 | 111110 | 1000101 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D04E41
Complementary color
Monochromatic Colors of #D04E41
Black with #D04E41
Text Example
Text Example
White with #D04E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E41; }
p { color: rgb(208,78,65); }
H1.HeaderClassName
{
color: #D04E41;
}
.AnyTagClassName
{
color: #D04E41;
}
</style>
background-color css
<style>
a { background-color: #D04E41; }
a { background-color: rgb(208,78,65); }
div.DivClassName
{
background-color: #D04E41;
}
.BgClassName
{
background-color: #D04E41;
}
</style>
border-color css
<style>
span { border-color: #D04E41; }
span { border-color: rgb(208,78,65); }
td.TdClassName
{
border-color: #D04E41;
}
.TagClassName
{
border-color: #D04E41;
}
</style>