Shades of Dark Coral #D25441
Tints of Dark Coral #D25441
RGB
CMYK
RGB Variations
Color information
#D25441 (or 0xD25441) is known color: Dark Coral. HEX triplet: D2, 54 and 41. RGB value is (210,84,65). Sum of RGB (Red+Green+Blue) = 210+84+65=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25441 is #2DABBE. Grayscale: #777777. Windows color (decimal): -2993087 or 4281554. OLE color: 4281554.
HSL color Cylindrical-coordinate representation of color #D25441: hue angle of 7.86º 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 #D25441 is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 65 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.18 |
| HSL | 7.86º | 0.62% | 0.54% | - |
| HSV(B) | 7.86º | 0.69% | 0.82% | - |
| XYZ | 30.7 | 20.42 | 7.33 | - |
| YUV | 119.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 65 | 0 | 0.6 | 0.69 | 0.18 | 7.86 | 0.62 | 0.54 |
| Hex | D2 | 54 | 41 | 0 | 3C | 45 | 12 | 8 | 3E | 36 |
| Octal | 322 | 124 | 101 | 0 | 74 | 105 | 22 | 10 | 76 | 66 |
| Binary | 11010010 | 1010100 | 1000001 | 0 | 111100 | 1000101 | 10010 | 1000 | 111110 | 110110 |
Color Harmonies of #D25441
Complementary color
Monochromatic Colors of #D25441
Black with #D25441
Text Example
Text Example
White with #D25441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25441; }
p { color: rgb(210,84,65); }
H1.HeaderClassName
{
color: #D25441;
}
.AnyTagClassName
{
color: #D25441;
}
</style>
background-color css
<style>
a { background-color: #D25441; }
a { background-color: rgb(210,84,65); }
div.DivClassName
{
background-color: #D25441;
}
.BgClassName
{
background-color: #D25441;
}
</style>
border-color css
<style>
span { border-color: #D25441; }
span { border-color: rgb(210,84,65); }
td.TdClassName
{
border-color: #D25441;
}
.TagClassName
{
border-color: #D25441;
}
</style>