Shades of Dark Coral #D25A3C
Tints of Dark Coral #D25A3C
RGB
CMYK
RGB Variations
Color information
#D25A3C (or 0xD25A3C) is known color: Dark Coral. HEX triplet: D2, 5A and 3C. RGB value is (210,90,60). Sum of RGB (Red+Green+Blue) = 210+90+60=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A3C is #2DA5C3. Grayscale: #7A7A7A. Windows color (decimal): -2991556 or 3955410. OLE color: 3955410.
HSL color Cylindrical-coordinate representation of color #D25A3C: hue angle of 12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D25A3C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 60 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.18 |
| HSL | 12º | 0.63% | 0.53% | - |
| HSV(B) | 12º | 0.71% | 0.82% | - |
| XYZ | 31.05 | 21.34 | 6.76 | - |
| YUV | 122.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 60 | 0 | 0.57 | 0.71 | 0.18 | 12 | 0.63 | 0.53 |
| Hex | D2 | 5A | 3C | 0 | 39 | 47 | 12 | C | 3E | 35 |
| Octal | 322 | 132 | 74 | 0 | 71 | 107 | 22 | 14 | 76 | 65 |
| Binary | 11010010 | 1011010 | 111100 | 0 | 111001 | 1000111 | 10010 | 1100 | 111110 | 110101 |
Color Harmonies of #D25A3C
Complementary color
Monochromatic Colors of #D25A3C
Black with #D25A3C
Text Example
Text Example
White with #D25A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A3C; }
p { color: rgb(210,90,60); }
H1.HeaderClassName
{
color: #D25A3C;
}
.AnyTagClassName
{
color: #D25A3C;
}
</style>
background-color css
<style>
a { background-color: #D25A3C; }
a { background-color: rgb(210,90,60); }
div.DivClassName
{
background-color: #D25A3C;
}
.BgClassName
{
background-color: #D25A3C;
}
</style>
border-color css
<style>
span { border-color: #D25A3C; }
span { border-color: rgb(210,90,60); }
td.TdClassName
{
border-color: #D25A3C;
}
.TagClassName
{
border-color: #D25A3C;
}
</style>