Shades of Dark Coral #D25F4A
Tints of Dark Coral #D25F4A
RGB
CMYK
RGB Variations
Color information
#D25F4A (or 0xD25F4A) is known color: Dark Coral. HEX triplet: D2, 5F and 4A. RGB value is (210,95,74). Sum of RGB (Red+Green+Blue) = 210+95+74=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F4A is #2DA0B5. Grayscale: #7F7F7F. Windows color (decimal): -2990262 or 4874194. OLE color: 4874194.
HSL color Cylindrical-coordinate representation of color #D25F4A: hue angle of 9.26º 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 #D25F4A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 74 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.18 |
| HSL | 9.26º | 0.6% | 0.56% | - |
| HSV(B) | 9.26º | 0.65% | 0.82% | - |
| XYZ | 31.91 | 22.38 | 9.12 | - |
| YUV | 126.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 74 | 0 | 0.55 | 0.65 | 0.18 | 9.26 | 0.6 | 0.56 |
| Hex | D2 | 5F | 4A | 0 | 37 | 41 | 12 | 9 | 3C | 38 |
| Octal | 322 | 137 | 112 | 0 | 67 | 101 | 22 | 11 | 74 | 70 |
| Binary | 11010010 | 1011111 | 1001010 | 0 | 110111 | 1000001 | 10010 | 1001 | 111100 | 111000 |
Color Harmonies of #D25F4A
Complementary color
Monochromatic Colors of #D25F4A
Black with #D25F4A
Text Example
Text Example
White with #D25F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F4A; }
p { color: rgb(210,95,74); }
H1.HeaderClassName
{
color: #D25F4A;
}
.AnyTagClassName
{
color: #D25F4A;
}
</style>
background-color css
<style>
a { background-color: #D25F4A; }
a { background-color: rgb(210,95,74); }
div.DivClassName
{
background-color: #D25F4A;
}
.BgClassName
{
background-color: #D25F4A;
}
</style>
border-color css
<style>
span { border-color: #D25F4A; }
span { border-color: rgb(210,95,74); }
td.TdClassName
{
border-color: #D25F4A;
}
.TagClassName
{
border-color: #D25F4A;
}
</style>