Shades of Dark Coral #D45442
Tints of Dark Coral #D45442
RGB
CMYK
RGB Variations
Color information
#D45442 (or 0xD45442) is known color: Dark Coral. HEX triplet: D4, 54 and 42. RGB value is (212,84,66). Sum of RGB (Red+Green+Blue) = 212+84+66=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D45442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45442 is #2BABBD. Grayscale: #787878. Windows color (decimal): -2862014 or 4347092. OLE color: 4347092.
HSL color Cylindrical-coordinate representation of color #D45442: hue angle of 7.4º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D45442 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 66 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.17 |
| HSL | 7.4º | 0.63% | 0.55% | - |
| HSV(B) | 7.4º | 0.69% | 0.83% | - |
| XYZ | 31.31 | 20.73 | 7.51 | - |
| YUV | 120.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 66 | 0 | 0.60 | 0.69 | 0.17 | 7.4 | 0.63 | 0.55 |
| Hex | D4 | 54 | 42 | 0 | 3C | 45 | 11 | 7 | 3F | 37 |
| Octal | 324 | 124 | 102 | 0 | 74 | 105 | 21 | 7 | 77 | 67 |
| Binary | 11010100 | 1010100 | 1000010 | 0 | 111100 | 1000101 | 10001 | 111 | 111111 | 110111 |
Color Harmonies of #D45442
Complementary color
Monochromatic Colors of #D45442
Black with #D45442
Text Example
Text Example
White with #D45442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45442; }
p { color: rgb(212,84,66); }
H1.HeaderClassName
{
color: #D45442;
}
.AnyTagClassName
{
color: #D45442;
}
</style>
background-color css
<style>
a { background-color: #D45442; }
a { background-color: rgb(212,84,66); }
div.DivClassName
{
background-color: #D45442;
}
.BgClassName
{
background-color: #D45442;
}
</style>
border-color css
<style>
span { border-color: #D45442; }
span { border-color: rgb(212,84,66); }
td.TdClassName
{
border-color: #D45442;
}
.TagClassName
{
border-color: #D45442;
}
</style>