Shades of Dark Coral #D8503B
Tints of Dark Coral #D8503B
RGB
CMYK
RGB Variations
Color information
#D8503B (or 0xD8503B) is known color: Dark Coral. HEX triplet: D8, 50 and 3B. RGB value is (216,80,59). Sum of RGB (Red+Green+Blue) = 216+80+59=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8503B is #27AFC4. Grayscale: #767676. Windows color (decimal): -2600901 or 3887320. OLE color: 3887320.
HSL color Cylindrical-coordinate representation of color #D8503B: hue angle of 8.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8503B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 8.03º | 0.67% | 0.54% | - |
| HSV(B) | 8.03º | 0.73% | 0.85% | - |
| XYZ | 31.98 | 20.65 | 6.44 | - |
| YUV | 118.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 59 | 0 | 0.63 | 0.73 | 0.15 | 8.03 | 0.67 | 0.54 |
| Hex | D8 | 50 | 3B | 0 | 3F | 49 | F | 8 | 43 | 36 |
| Octal | 330 | 120 | 73 | 0 | 77 | 111 | 17 | 10 | 103 | 66 |
| Binary | 11011000 | 1010000 | 111011 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000011 | 110110 |
Color Harmonies of #D8503B
Complementary color
Monochromatic Colors of #D8503B
Black with #D8503B
Text Example
Text Example
White with #D8503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8503B; }
p { color: rgb(216,80,59); }
H1.HeaderClassName
{
color: #D8503B;
}
.AnyTagClassName
{
color: #D8503B;
}
</style>
background-color css
<style>
a { background-color: #D8503B; }
a { background-color: rgb(216,80,59); }
div.DivClassName
{
background-color: #D8503B;
}
.BgClassName
{
background-color: #D8503B;
}
</style>
border-color css
<style>
span { border-color: #D8503B; }
span { border-color: rgb(216,80,59); }
td.TdClassName
{
border-color: #D8503B;
}
.TagClassName
{
border-color: #D8503B;
}
</style>