Shades of Dark Coral #D45E43
Tints of Dark Coral #D45E43
RGB
CMYK
RGB Variations
Color information
#D45E43 (or 0xD45E43) is known color: Dark Coral. HEX triplet: D4, 5E and 43. RGB value is (212,94,67). Sum of RGB (Red+Green+Blue) = 212+94+67=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45E43 is #2BA1BC. Grayscale: #7E7E7E. Windows color (decimal): -2859453 or 4415188. OLE color: 4415188.
HSL color Cylindrical-coordinate representation of color #D45E43: hue angle of 11.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D45E43 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 67 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.17 |
| HSL | 11.17º | 0.63% | 0.55% | - |
| HSV(B) | 11.17º | 0.68% | 0.83% | - |
| XYZ | 32.17 | 22.41 | 7.94 | - |
| YUV | 126.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 67 | 0 | 0.56 | 0.68 | 0.17 | 11.17 | 0.63 | 0.55 |
| Hex | D4 | 5E | 43 | 0 | 38 | 44 | 11 | B | 3F | 37 |
| Octal | 324 | 136 | 103 | 0 | 70 | 104 | 21 | 13 | 77 | 67 |
| Binary | 11010100 | 1011110 | 1000011 | 0 | 111000 | 1000100 | 10001 | 1011 | 111111 | 110111 |
Color Harmonies of #D45E43
Complementary color
Monochromatic Colors of #D45E43
Black with #D45E43
Text Example
Text Example
White with #D45E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E43; }
p { color: rgb(212,94,67); }
H1.HeaderClassName
{
color: #D45E43;
}
.AnyTagClassName
{
color: #D45E43;
}
</style>
background-color css
<style>
a { background-color: #D45E43; }
a { background-color: rgb(212,94,67); }
div.DivClassName
{
background-color: #D45E43;
}
.BgClassName
{
background-color: #D45E43;
}
</style>
border-color css
<style>
span { border-color: #D45E43; }
span { border-color: rgb(212,94,67); }
td.TdClassName
{
border-color: #D45E43;
}
.TagClassName
{
border-color: #D45E43;
}
</style>