Shades of Dark Coral #D25243
Tints of Dark Coral #D25243
RGB
CMYK
RGB Variations
Color information
#D25243 (or 0xD25243) is known color: Dark Coral. HEX triplet: D2, 52 and 43. RGB value is (210,82,67). Sum of RGB (Red+Green+Blue) = 210+82+67=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25243 is #2DADBC. Grayscale: #767676. Windows color (decimal): -2993597 or 4412114. OLE color: 4412114.
HSL color Cylindrical-coordinate representation of color #D25243: hue angle of 6.29º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D25243 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 67 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.18 |
| HSL | 6.29º | 0.61% | 0.54% | - |
| HSV(B) | 6.29º | 0.68% | 0.82% | - |
| XYZ | 30.61 | 20.14 | 7.58 | - |
| YUV | 118.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 67 | 0 | 0.61 | 0.68 | 0.18 | 6.29 | 0.61 | 0.54 |
| Hex | D2 | 52 | 43 | 0 | 3D | 44 | 12 | 6 | 3D | 36 |
| Octal | 322 | 122 | 103 | 0 | 75 | 104 | 22 | 6 | 75 | 66 |
| Binary | 11010010 | 1010010 | 1000011 | 0 | 111101 | 1000100 | 10010 | 110 | 111101 | 110110 |
Color Harmonies of #D25243
Complementary color
Monochromatic Colors of #D25243
Black with #D25243
Text Example
Text Example
White with #D25243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25243; }
p { color: rgb(210,82,67); }
H1.HeaderClassName
{
color: #D25243;
}
.AnyTagClassName
{
color: #D25243;
}
</style>
background-color css
<style>
a { background-color: #D25243; }
a { background-color: rgb(210,82,67); }
div.DivClassName
{
background-color: #D25243;
}
.BgClassName
{
background-color: #D25243;
}
</style>
border-color css
<style>
span { border-color: #D25243; }
span { border-color: rgb(210,82,67); }
td.TdClassName
{
border-color: #D25243;
}
.TagClassName
{
border-color: #D25243;
}
</style>