Shades of Dark Coral #D8503A
Tints of Dark Coral #D8503A
RGB
CMYK
RGB Variations
Color information
#D8503A (or 0xD8503A) is known color: Dark Coral. HEX triplet: D8, 50 and 3A. RGB value is (216,80,58). Sum of RGB (Red+Green+Blue) = 216+80+58=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D8503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8503A is #27AFC5. Grayscale: #767676. Windows color (decimal): -2600902 or 3821784. OLE color: 3821784.
HSL color Cylindrical-coordinate representation of color #D8503A: hue angle of 8.35º 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 #D8503A is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 58 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 8.35º | 0.67% | 0.54% | - |
| HSV(B) | 8.35º | 0.73% | 0.85% | - |
| XYZ | 31.95 | 20.64 | 6.3 | - |
| YUV | 118.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 58 | 0 | 0.63 | 0.73 | 0.15 | 8.35 | 0.67 | 0.54 |
| Hex | D8 | 50 | 3A | 0 | 3F | 49 | F | 8 | 43 | 36 |
| Octal | 330 | 120 | 72 | 0 | 77 | 111 | 17 | 10 | 103 | 66 |
| Binary | 11011000 | 1010000 | 111010 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000011 | 110110 |
Color Harmonies of #D8503A
Complementary color
Monochromatic Colors of #D8503A
Black with #D8503A
Text Example
Text Example
White with #D8503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8503A; }
p { color: rgb(216,80,58); }
H1.HeaderClassName
{
color: #D8503A;
}
.AnyTagClassName
{
color: #D8503A;
}
</style>
background-color css
<style>
a { background-color: #D8503A; }
a { background-color: rgb(216,80,58); }
div.DivClassName
{
background-color: #D8503A;
}
.BgClassName
{
background-color: #D8503A;
}
</style>
border-color css
<style>
span { border-color: #D8503A; }
span { border-color: rgb(216,80,58); }
td.TdClassName
{
border-color: #D8503A;
}
.TagClassName
{
border-color: #D8503A;
}
</style>