Shades of Dark Coral #D0553B
Tints of Dark Coral #D0553B
RGB
CMYK
RGB Variations
Color information
#D0553B (or 0xD0553B) is known color: Dark Coral. HEX triplet: D0, 55 and 3B. RGB value is (208,85,59). Sum of RGB (Red+Green+Blue) = 208+85+59=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0553B is #2FAAC4. Grayscale: #777777. Windows color (decimal): -3123909 or 3888592. OLE color: 3888592.
HSL color Cylindrical-coordinate representation of color #D0553B: hue angle of 10.47º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0553B is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 59 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.18 |
| HSL | 10.47º | 0.61% | 0.52% | - |
| HSV(B) | 10.47º | 0.72% | 0.82% | - |
| XYZ | 30.05 | 20.22 | 6.46 | - |
| YUV | 118.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 59 | 0 | 0.59 | 0.72 | 0.18 | 10.47 | 0.61 | 0.52 |
| Hex | D0 | 55 | 3B | 0 | 3B | 48 | 12 | A | 3D | 34 |
| Octal | 320 | 125 | 73 | 0 | 73 | 110 | 22 | 12 | 75 | 64 |
| Binary | 11010000 | 1010101 | 111011 | 0 | 111011 | 1001000 | 10010 | 1010 | 111101 | 110100 |
Color Harmonies of #D0553B
Complementary color
Monochromatic Colors of #D0553B
Black with #D0553B
Text Example
Text Example
White with #D0553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0553B; }
p { color: rgb(208,85,59); }
H1.HeaderClassName
{
color: #D0553B;
}
.AnyTagClassName
{
color: #D0553B;
}
</style>
background-color css
<style>
a { background-color: #D0553B; }
a { background-color: rgb(208,85,59); }
div.DivClassName
{
background-color: #D0553B;
}
.BgClassName
{
background-color: #D0553B;
}
</style>
border-color css
<style>
span { border-color: #D0553B; }
span { border-color: rgb(208,85,59); }
td.TdClassName
{
border-color: #D0553B;
}
.TagClassName
{
border-color: #D0553B;
}
</style>