Shades of Dark Coral #D9513B
Tints of Dark Coral #D9513B
RGB
CMYK
RGB Variations
Color information
#D9513B (or 0xD9513B) is known color: Dark Coral. HEX triplet: D9, 51 and 3B. RGB value is (217,81,59). Sum of RGB (Red+Green+Blue) = 217+81+59=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9513B is #26AEC4. Grayscale: #777777. Windows color (decimal): -2535109 or 3887577. OLE color: 3887577.
HSL color Cylindrical-coordinate representation of color #D9513B: hue angle of 8.35º degrees, saturation: 0.68, 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 #D9513B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 8.35º | 0.68% | 0.54% | - |
| HSV(B) | 8.35º | 0.73% | 0.85% | - |
| XYZ | 32.35 | 20.95 | 6.48 | - |
| YUV | 119.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 59 | 0 | 0.63 | 0.73 | 0.15 | 8.35 | 0.68 | 0.54 |
| Hex | D9 | 51 | 3B | 0 | 3F | 49 | F | 8 | 44 | 36 |
| Octal | 331 | 121 | 73 | 0 | 77 | 111 | 17 | 10 | 104 | 66 |
| Binary | 11011001 | 1010001 | 111011 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000100 | 110110 |
Color Harmonies of #D9513B
Complementary color
Monochromatic Colors of #D9513B
Black with #D9513B
Text Example
Text Example
White with #D9513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9513B; }
p { color: rgb(217,81,59); }
H1.HeaderClassName
{
color: #D9513B;
}
.AnyTagClassName
{
color: #D9513B;
}
</style>
background-color css
<style>
a { background-color: #D9513B; }
a { background-color: rgb(217,81,59); }
div.DivClassName
{
background-color: #D9513B;
}
.BgClassName
{
background-color: #D9513B;
}
</style>
border-color css
<style>
span { border-color: #D9513B; }
span { border-color: rgb(217,81,59); }
td.TdClassName
{
border-color: #D9513B;
}
.TagClassName
{
border-color: #D9513B;
}
</style>