Shades of Dark Coral #D35E40
Tints of Dark Coral #D35E40
RGB
CMYK
RGB Variations
Color information
#D35E40 (or 0xD35E40) is known color: Dark Coral. HEX triplet: D3, 5E and 40. RGB value is (211,94,64). Sum of RGB (Red+Green+Blue) = 211+94+64=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E40 is #2CA1BF. Grayscale: #7D7D7D. Windows color (decimal): -2924992 or 4218579. OLE color: 4218579.
HSL color Cylindrical-coordinate representation of color #D35E40: hue angle of 12.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D35E40 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 64 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.17 |
| HSL | 12.24º | 0.63% | 0.54% | - |
| HSV(B) | 12.24º | 0.7% | 0.83% | - |
| XYZ | 31.79 | 22.22 | 7.46 | - |
| YUV | 125.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 64 | 0 | 0.55 | 0.70 | 0.17 | 12.24 | 0.63 | 0.54 |
| Hex | D3 | 5E | 40 | 0 | 37 | 46 | 11 | C | 3F | 36 |
| Octal | 323 | 136 | 100 | 0 | 67 | 106 | 21 | 14 | 77 | 66 |
| Binary | 11010011 | 1011110 | 1000000 | 0 | 110111 | 1000110 | 10001 | 1100 | 111111 | 110110 |
Color Harmonies of #D35E40
Complementary color
Monochromatic Colors of #D35E40
Black with #D35E40
Text Example
Text Example
White with #D35E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E40; }
p { color: rgb(211,94,64); }
H1.HeaderClassName
{
color: #D35E40;
}
.AnyTagClassName
{
color: #D35E40;
}
</style>
background-color css
<style>
a { background-color: #D35E40; }
a { background-color: rgb(211,94,64); }
div.DivClassName
{
background-color: #D35E40;
}
.BgClassName
{
background-color: #D35E40;
}
</style>
border-color css
<style>
span { border-color: #D35E40; }
span { border-color: rgb(211,94,64); }
td.TdClassName
{
border-color: #D35E40;
}
.TagClassName
{
border-color: #D35E40;
}
</style>