Shades of Dark Coral #D55442
Tints of Dark Coral #D55442
RGB
CMYK
RGB Variations
Color information
#D55442 (or 0xD55442) is known color: Dark Coral. HEX triplet: D5, 54 and 42. RGB value is (213,84,66). Sum of RGB (Red+Green+Blue) = 213+84+66=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55442 is #2AABBD. Grayscale: #787878. Windows color (decimal): -2796478 or 4347093. OLE color: 4347093.
HSL color Cylindrical-coordinate representation of color #D55442: hue angle of 7.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D55442 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 66 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 7.35º | 0.64% | 0.55% | - |
| HSV(B) | 7.35º | 0.69% | 0.84% | - |
| XYZ | 31.59 | 20.88 | 7.52 | - |
| YUV | 120.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 66 | 0 | 0.61 | 0.69 | 0.16 | 7.35 | 0.64 | 0.55 |
| Hex | D5 | 54 | 42 | 0 | 3D | 45 | 10 | 7 | 40 | 37 |
| Octal | 325 | 124 | 102 | 0 | 75 | 105 | 20 | 7 | 100 | 67 |
| Binary | 11010101 | 1010100 | 1000010 | 0 | 111101 | 1000101 | 10000 | 111 | 1000000 | 110111 |
Color Harmonies of #D55442
Complementary color
Monochromatic Colors of #D55442
Black with #D55442
Text Example
Text Example
White with #D55442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55442; }
p { color: rgb(213,84,66); }
H1.HeaderClassName
{
color: #D55442;
}
.AnyTagClassName
{
color: #D55442;
}
</style>
background-color css
<style>
a { background-color: #D55442; }
a { background-color: rgb(213,84,66); }
div.DivClassName
{
background-color: #D55442;
}
.BgClassName
{
background-color: #D55442;
}
</style>
border-color css
<style>
span { border-color: #D55442; }
span { border-color: rgb(213,84,66); }
td.TdClassName
{
border-color: #D55442;
}
.TagClassName
{
border-color: #D55442;
}
</style>