Shades of Dark Coral #D45D41
Tints of Dark Coral #D45D41
RGB
CMYK
RGB Variations
Color information
#D45D41 (or 0xD45D41) is known color: Dark Coral. HEX triplet: D4, 5D and 41. RGB value is (212,93,65). Sum of RGB (Red+Green+Blue) = 212+93+65=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45D41 is #2BA2BE. Grayscale: #7D7D7D. Windows color (decimal): -2859711 or 4283860. OLE color: 4283860.
HSL color Cylindrical-coordinate representation of color #D45D41: hue angle of 11.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D45D41 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 65 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.17 |
| HSL | 11.43º | 0.63% | 0.54% | - |
| HSV(B) | 11.43º | 0.69% | 0.83% | - |
| XYZ | 32.02 | 22.21 | 7.6 | - |
| YUV | 125.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 65 | 0 | 0.56 | 0.69 | 0.17 | 11.43 | 0.63 | 0.54 |
| Hex | D4 | 5D | 41 | 0 | 38 | 45 | 11 | B | 3F | 36 |
| Octal | 324 | 135 | 101 | 0 | 70 | 105 | 21 | 13 | 77 | 66 |
| Binary | 11010100 | 1011101 | 1000001 | 0 | 111000 | 1000101 | 10001 | 1011 | 111111 | 110110 |
Color Harmonies of #D45D41
Complementary color
Monochromatic Colors of #D45D41
Black with #D45D41
Text Example
Text Example
White with #D45D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D41; }
p { color: rgb(212,93,65); }
H1.HeaderClassName
{
color: #D45D41;
}
.AnyTagClassName
{
color: #D45D41;
}
</style>
background-color css
<style>
a { background-color: #D45D41; }
a { background-color: rgb(212,93,65); }
div.DivClassName
{
background-color: #D45D41;
}
.BgClassName
{
background-color: #D45D41;
}
</style>
border-color css
<style>
span { border-color: #D45D41; }
span { border-color: rgb(212,93,65); }
td.TdClassName
{
border-color: #D45D41;
}
.TagClassName
{
border-color: #D45D41;
}
</style>