Shades of Dark Coral #D0533B
Tints of Dark Coral #D0533B
RGB
CMYK
RGB Variations
Color information
#D0533B (or 0xD0533B) is known color: Dark Coral. HEX triplet: D0, 53 and 3B. RGB value is (208,83,59). Sum of RGB (Red+Green+Blue) = 208+83+59=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0533B is #2FACC4. Grayscale: #757575. Windows color (decimal): -3124421 or 3888080. OLE color: 3888080.
HSL color Cylindrical-coordinate representation of color #D0533B: hue angle of 9.66º 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 #D0533B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 59 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.18 |
| HSL | 9.66º | 0.61% | 0.52% | - |
| HSV(B) | 9.66º | 0.72% | 0.82% | - |
| XYZ | 29.9 | 19.91 | 6.41 | - |
| YUV | 117.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 59 | 0 | 0.60 | 0.72 | 0.18 | 9.66 | 0.61 | 0.52 |
| Hex | D0 | 53 | 3B | 0 | 3C | 48 | 12 | A | 3D | 34 |
| Octal | 320 | 123 | 73 | 0 | 74 | 110 | 22 | 12 | 75 | 64 |
| Binary | 11010000 | 1010011 | 111011 | 0 | 111100 | 1001000 | 10010 | 1010 | 111101 | 110100 |
Color Harmonies of #D0533B
Complementary color
Monochromatic Colors of #D0533B
Black with #D0533B
Text Example
Text Example
White with #D0533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0533B; }
p { color: rgb(208,83,59); }
H1.HeaderClassName
{
color: #D0533B;
}
.AnyTagClassName
{
color: #D0533B;
}
</style>
background-color css
<style>
a { background-color: #D0533B; }
a { background-color: rgb(208,83,59); }
div.DivClassName
{
background-color: #D0533B;
}
.BgClassName
{
background-color: #D0533B;
}
</style>
border-color css
<style>
span { border-color: #D0533B; }
span { border-color: rgb(208,83,59); }
td.TdClassName
{
border-color: #D0533B;
}
.TagClassName
{
border-color: #D0533B;
}
</style>