Shades of Dark Coral #D25A45
Tints of Dark Coral #D25A45
RGB
CMYK
RGB Variations
Color information
#D25A45 (or 0xD25A45) is known color: Dark Coral. HEX triplet: D2, 5A and 45. RGB value is (210,90,69). Sum of RGB (Red+Green+Blue) = 210+90+69=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A45 is #2DA5BA. Grayscale: #7B7B7B. Windows color (decimal): -2991547 or 4545234. OLE color: 4545234.
HSL color Cylindrical-coordinate representation of color #D25A45: hue angle of 8.94º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D25A45 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 69 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.18 |
| HSL | 8.94º | 0.61% | 0.55% | - |
| HSV(B) | 8.94º | 0.67% | 0.82% | - |
| XYZ | 31.31 | 21.44 | 8.12 | - |
| YUV | 123.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 69 | 0 | 0.57 | 0.67 | 0.18 | 8.94 | 0.61 | 0.55 |
| Hex | D2 | 5A | 45 | 0 | 39 | 43 | 12 | 9 | 3D | 37 |
| Octal | 322 | 132 | 105 | 0 | 71 | 103 | 22 | 11 | 75 | 67 |
| Binary | 11010010 | 1011010 | 1000101 | 0 | 111001 | 1000011 | 10010 | 1001 | 111101 | 110111 |
Color Harmonies of #D25A45
Complementary color
Monochromatic Colors of #D25A45
Black with #D25A45
Text Example
Text Example
White with #D25A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A45; }
p { color: rgb(210,90,69); }
H1.HeaderClassName
{
color: #D25A45;
}
.AnyTagClassName
{
color: #D25A45;
}
</style>
background-color css
<style>
a { background-color: #D25A45; }
a { background-color: rgb(210,90,69); }
div.DivClassName
{
background-color: #D25A45;
}
.BgClassName
{
background-color: #D25A45;
}
</style>
border-color css
<style>
span { border-color: #D25A45; }
span { border-color: rgb(210,90,69); }
td.TdClassName
{
border-color: #D25A45;
}
.TagClassName
{
border-color: #D25A45;
}
</style>