Shades of Dark Coral #D9513D
Tints of Dark Coral #D9513D
RGB
CMYK
RGB Variations
Color information
#D9513D (or 0xD9513D) is known color: Dark Coral. HEX triplet: D9, 51 and 3D. RGB value is (217,81,61). Sum of RGB (Red+Green+Blue) = 217+81+61=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9513D is #26AEC2. Grayscale: #777777. Windows color (decimal): -2535107 or 4018649. OLE color: 4018649.
HSL color Cylindrical-coordinate representation of color #D9513D: hue angle of 7.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9513D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 7.69º | 0.67% | 0.55% | - |
| HSV(B) | 7.69º | 0.72% | 0.85% | - |
| XYZ | 32.4 | 20.97 | 6.76 | - |
| YUV | 119.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 61 | 0 | 0.63 | 0.72 | 0.15 | 7.69 | 0.67 | 0.55 |
| Hex | D9 | 51 | 3D | 0 | 3F | 48 | F | 8 | 43 | 37 |
| Octal | 331 | 121 | 75 | 0 | 77 | 110 | 17 | 10 | 103 | 67 |
| Binary | 11011001 | 1010001 | 111101 | 0 | 111111 | 1001000 | 1111 | 1000 | 1000011 | 110111 |
Color Harmonies of #D9513D
Complementary color
Monochromatic Colors of #D9513D
Black with #D9513D
Text Example
Text Example
White with #D9513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9513D; }
p { color: rgb(217,81,61); }
H1.HeaderClassName
{
color: #D9513D;
}
.AnyTagClassName
{
color: #D9513D;
}
</style>
background-color css
<style>
a { background-color: #D9513D; }
a { background-color: rgb(217,81,61); }
div.DivClassName
{
background-color: #D9513D;
}
.BgClassName
{
background-color: #D9513D;
}
</style>
border-color css
<style>
span { border-color: #D9513D; }
span { border-color: rgb(217,81,61); }
td.TdClassName
{
border-color: #D9513D;
}
.TagClassName
{
border-color: #D9513D;
}
</style>