Shades of Dark Coral #D05941
Tints of Dark Coral #D05941
RGB
CMYK
RGB Variations
Color information
#D05941 (or 0xD05941) is known color: Dark Coral. HEX triplet: D0, 59 and 41. RGB value is (208,89,65). Sum of RGB (Red+Green+Blue) = 208+89+65=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D05941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05941 is #2FA6BE. Grayscale: #7A7A7A. Windows color (decimal): -3122879 or 4282832. OLE color: 4282832.
HSL color Cylindrical-coordinate representation of color #D05941: hue angle of 10.07º 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 #D05941 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 65 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.18 |
| HSL | 10.07º | 0.6% | 0.54% | - |
| HSV(B) | 10.07º | 0.69% | 0.82% | - |
| XYZ | 30.54 | 20.94 | 7.43 | - |
| YUV | 121.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 65 | 0 | 0.57 | 0.69 | 0.18 | 10.07 | 0.6 | 0.54 |
| Hex | D0 | 59 | 41 | 0 | 39 | 45 | 12 | A | 3C | 36 |
| Octal | 320 | 131 | 101 | 0 | 71 | 105 | 22 | 12 | 74 | 66 |
| Binary | 11010000 | 1011001 | 1000001 | 0 | 111001 | 1000101 | 10010 | 1010 | 111100 | 110110 |
Color Harmonies of #D05941
Complementary color
Monochromatic Colors of #D05941
Black with #D05941
Text Example
Text Example
White with #D05941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05941; }
p { color: rgb(208,89,65); }
H1.HeaderClassName
{
color: #D05941;
}
.AnyTagClassName
{
color: #D05941;
}
</style>
background-color css
<style>
a { background-color: #D05941; }
a { background-color: rgb(208,89,65); }
div.DivClassName
{
background-color: #D05941;
}
.BgClassName
{
background-color: #D05941;
}
</style>
border-color css
<style>
span { border-color: #D05941; }
span { border-color: rgb(208,89,65); }
td.TdClassName
{
border-color: #D05941;
}
.TagClassName
{
border-color: #D05941;
}
</style>