Shades of Dark Coral #D25442
Tints of Dark Coral #D25442
RGB
CMYK
RGB Variations
Color information
#D25442 (or 0xD25442) is known color: Dark Coral. HEX triplet: D2, 54 and 42. RGB value is (210,84,66). Sum of RGB (Red+Green+Blue) = 210+84+66=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D25442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25442 is #2DABBD. Grayscale: #777777. Windows color (decimal): -2993086 or 4347090. OLE color: 4347090.
HSL color Cylindrical-coordinate representation of color #D25442: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D25442 is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 66 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.18 |
| HSL | 7.5º | 0.62% | 0.54% | - |
| HSV(B) | 7.5º | 0.69% | 0.82% | - |
| XYZ | 30.73 | 20.44 | 7.48 | - |
| YUV | 119.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 66 | 0 | 0.6 | 0.69 | 0.18 | 7.5 | 0.62 | 0.54 |
| Hex | D2 | 54 | 42 | 0 | 3C | 45 | 12 | 8 | 3E | 36 |
| Octal | 322 | 124 | 102 | 0 | 74 | 105 | 22 | 10 | 76 | 66 |
| Binary | 11010010 | 1010100 | 1000010 | 0 | 111100 | 1000101 | 10010 | 1000 | 111110 | 110110 |
Color Harmonies of #D25442
Complementary color
Monochromatic Colors of #D25442
Black with #D25442
Text Example
Text Example
White with #D25442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25442; }
p { color: rgb(210,84,66); }
H1.HeaderClassName
{
color: #D25442;
}
.AnyTagClassName
{
color: #D25442;
}
</style>
background-color css
<style>
a { background-color: #D25442; }
a { background-color: rgb(210,84,66); }
div.DivClassName
{
background-color: #D25442;
}
.BgClassName
{
background-color: #D25442;
}
</style>
border-color css
<style>
span { border-color: #D25442; }
span { border-color: rgb(210,84,66); }
td.TdClassName
{
border-color: #D25442;
}
.TagClassName
{
border-color: #D25442;
}
</style>