Shades of Dark Coral #D25E4A
Tints of Dark Coral #D25E4A
RGB
CMYK
RGB Variations
Color information
#D25E4A (or 0xD25E4A) is known color: Dark Coral. HEX triplet: D2, 5E and 4A. RGB value is (210,94,74). Sum of RGB (Red+Green+Blue) = 210+94+74=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E4A is #2DA1B5. Grayscale: #7E7E7E. Windows color (decimal): -2990518 or 4873938. OLE color: 4873938.
HSL color Cylindrical-coordinate representation of color #D25E4A: hue angle of 8.82º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D25E4A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 74 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.18 |
| HSL | 8.82º | 0.6% | 0.56% | - |
| HSV(B) | 8.82º | 0.65% | 0.82% | - |
| XYZ | 31.82 | 22.2 | 9.09 | - |
| YUV | 126.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 74 | 0 | 0.55 | 0.65 | 0.18 | 8.82 | 0.6 | 0.56 |
| Hex | D2 | 5E | 4A | 0 | 37 | 41 | 12 | 9 | 3C | 38 |
| Octal | 322 | 136 | 112 | 0 | 67 | 101 | 22 | 11 | 74 | 70 |
| Binary | 11010010 | 1011110 | 1001010 | 0 | 110111 | 1000001 | 10010 | 1001 | 111100 | 111000 |
Color Harmonies of #D25E4A
Complementary color
Monochromatic Colors of #D25E4A
Black with #D25E4A
Text Example
Text Example
White with #D25E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E4A; }
p { color: rgb(210,94,74); }
H1.HeaderClassName
{
color: #D25E4A;
}
.AnyTagClassName
{
color: #D25E4A;
}
</style>
background-color css
<style>
a { background-color: #D25E4A; }
a { background-color: rgb(210,94,74); }
div.DivClassName
{
background-color: #D25E4A;
}
.BgClassName
{
background-color: #D25E4A;
}
</style>
border-color css
<style>
span { border-color: #D25E4A; }
span { border-color: rgb(210,94,74); }
td.TdClassName
{
border-color: #D25E4A;
}
.TagClassName
{
border-color: #D25E4A;
}
</style>