Shades of Dark Coral #D7513B
Tints of Dark Coral #D7513B
RGB
CMYK
RGB Variations
Color information
#D7513B (or 0xD7513B) is known color: Dark Coral. HEX triplet: D7, 51 and 3B. RGB value is (215,81,59). Sum of RGB (Red+Green+Blue) = 215+81+59=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7513B is #28AEC4. Grayscale: #767676. Windows color (decimal): -2666181 or 3887575. OLE color: 3887575.
HSL color Cylindrical-coordinate representation of color #D7513B: hue angle of 8.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7513B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 59 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.16 |
| HSL | 8.46º | 0.66% | 0.54% | - |
| HSV(B) | 8.46º | 0.73% | 0.84% | - |
| XYZ | 31.76 | 20.65 | 6.45 | - |
| YUV | 118.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 59 | 0 | 0.62 | 0.73 | 0.16 | 8.46 | 0.66 | 0.54 |
| Hex | D7 | 51 | 3B | 0 | 3E | 49 | 10 | 8 | 42 | 36 |
| Octal | 327 | 121 | 73 | 0 | 76 | 111 | 20 | 10 | 102 | 66 |
| Binary | 11010111 | 1010001 | 111011 | 0 | 111110 | 1001001 | 10000 | 1000 | 1000010 | 110110 |
Color Harmonies of #D7513B
Complementary color
Monochromatic Colors of #D7513B
Black with #D7513B
Text Example
Text Example
White with #D7513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7513B; }
p { color: rgb(215,81,59); }
H1.HeaderClassName
{
color: #D7513B;
}
.AnyTagClassName
{
color: #D7513B;
}
</style>
background-color css
<style>
a { background-color: #D7513B; }
a { background-color: rgb(215,81,59); }
div.DivClassName
{
background-color: #D7513B;
}
.BgClassName
{
background-color: #D7513B;
}
</style>
border-color css
<style>
span { border-color: #D7513B; }
span { border-color: rgb(215,81,59); }
td.TdClassName
{
border-color: #D7513B;
}
.TagClassName
{
border-color: #D7513B;
}
</style>