Shades of Dark Coral #D05545
Tints of Dark Coral #D05545
RGB
CMYK
RGB Variations
Color information
#D05545 (or 0xD05545) is known color: Dark Coral. HEX triplet: D0, 55 and 45. RGB value is (208,85,69). Sum of RGB (Red+Green+Blue) = 208+85+69=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D05545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05545 is #2FAABA. Grayscale: #787878. Windows color (decimal): -3123899 or 4543952. OLE color: 4543952.
HSL color Cylindrical-coordinate representation of color #D05545: hue angle of 6.91º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D05545 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 69 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.18 |
| HSL | 6.91º | 0.6% | 0.54% | - |
| HSV(B) | 6.91º | 0.67% | 0.82% | - |
| XYZ | 30.34 | 20.34 | 7.96 | - |
| YUV | 119.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 69 | 0 | 0.59 | 0.67 | 0.18 | 6.91 | 0.6 | 0.54 |
| Hex | D0 | 55 | 45 | 0 | 3B | 43 | 12 | 7 | 3C | 36 |
| Octal | 320 | 125 | 105 | 0 | 73 | 103 | 22 | 7 | 74 | 66 |
| Binary | 11010000 | 1010101 | 1000101 | 0 | 111011 | 1000011 | 10010 | 111 | 111100 | 110110 |
Color Harmonies of #D05545
Complementary color
Monochromatic Colors of #D05545
Black with #D05545
Text Example
Text Example
White with #D05545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05545; }
p { color: rgb(208,85,69); }
H1.HeaderClassName
{
color: #D05545;
}
.AnyTagClassName
{
color: #D05545;
}
</style>
background-color css
<style>
a { background-color: #D05545; }
a { background-color: rgb(208,85,69); }
div.DivClassName
{
background-color: #D05545;
}
.BgClassName
{
background-color: #D05545;
}
</style>
border-color css
<style>
span { border-color: #D05545; }
span { border-color: rgb(208,85,69); }
td.TdClassName
{
border-color: #D05545;
}
.TagClassName
{
border-color: #D05545;
}
</style>