Shades of Dark Coral #D2503C
Tints of Dark Coral #D2503C
RGB
CMYK
RGB Variations
Color information
#D2503C (or 0xD2503C) is known color: Dark Coral. HEX triplet: D2, 50 and 3C. RGB value is (210,80,60). Sum of RGB (Red+Green+Blue) = 210+80+60=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2503C is #2DAFC3. Grayscale: #747474. Windows color (decimal): -2994116 or 3952850. OLE color: 3952850.
HSL color Cylindrical-coordinate representation of color #D2503C: hue angle of 8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2503C is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 60 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.18 |
| HSL | 8º | 0.63% | 0.53% | - |
| HSV(B) | 8º | 0.71% | 0.82% | - |
| XYZ | 30.26 | 19.77 | 6.5 | - |
| YUV | 116.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 60 | 0 | 0.62 | 0.71 | 0.18 | 8 | 0.63 | 0.53 |
| Hex | D2 | 50 | 3C | 0 | 3E | 47 | 12 | 8 | 3E | 35 |
| Octal | 322 | 120 | 74 | 0 | 76 | 107 | 22 | 10 | 76 | 65 |
| Binary | 11010010 | 1010000 | 111100 | 0 | 111110 | 1000111 | 10010 | 1000 | 111110 | 110101 |
Color Harmonies of #D2503C
Complementary color
Monochromatic Colors of #D2503C
Black with #D2503C
Text Example
Text Example
White with #D2503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2503C; }
p { color: rgb(210,80,60); }
H1.HeaderClassName
{
color: #D2503C;
}
.AnyTagClassName
{
color: #D2503C;
}
</style>
background-color css
<style>
a { background-color: #D2503C; }
a { background-color: rgb(210,80,60); }
div.DivClassName
{
background-color: #D2503C;
}
.BgClassName
{
background-color: #D2503C;
}
</style>
border-color css
<style>
span { border-color: #D2503C; }
span { border-color: rgb(210,80,60); }
td.TdClassName
{
border-color: #D2503C;
}
.TagClassName
{
border-color: #D2503C;
}
</style>