Shades of Dark Coral #D25241
Tints of Dark Coral #D25241
RGB
CMYK
RGB Variations
Color information
#D25241 (or 0xD25241) is known color: Dark Coral. HEX triplet: D2, 52 and 41. RGB value is (210,82,65). Sum of RGB (Red+Green+Blue) = 210+82+65=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D25241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25241 is #2DADBE. Grayscale: #767676. Windows color (decimal): -2993599 or 4281042. OLE color: 4281042.
HSL color Cylindrical-coordinate representation of color #D25241: hue angle of 7.03º 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 #D25241 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 65 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.18 |
| HSL | 7.03º | 0.62% | 0.54% | - |
| HSV(B) | 7.03º | 0.69% | 0.82% | - |
| XYZ | 30.55 | 20.12 | 7.27 | - |
| YUV | 118.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 65 | 0 | 0.61 | 0.69 | 0.18 | 7.03 | 0.62 | 0.54 |
| Hex | D2 | 52 | 41 | 0 | 3D | 45 | 12 | 7 | 3E | 36 |
| Octal | 322 | 122 | 101 | 0 | 75 | 105 | 22 | 7 | 76 | 66 |
| Binary | 11010010 | 1010010 | 1000001 | 0 | 111101 | 1000101 | 10010 | 111 | 111110 | 110110 |
Color Harmonies of #D25241
Complementary color
Monochromatic Colors of #D25241
Black with #D25241
Text Example
Text Example
White with #D25241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25241; }
p { color: rgb(210,82,65); }
H1.HeaderClassName
{
color: #D25241;
}
.AnyTagClassName
{
color: #D25241;
}
</style>
background-color css
<style>
a { background-color: #D25241; }
a { background-color: rgb(210,82,65); }
div.DivClassName
{
background-color: #D25241;
}
.BgClassName
{
background-color: #D25241;
}
</style>
border-color css
<style>
span { border-color: #D25241; }
span { border-color: rgb(210,82,65); }
td.TdClassName
{
border-color: #D25241;
}
.TagClassName
{
border-color: #D25241;
}
</style>