Shades of Dark Coral #D2624A
Tints of Dark Coral #D2624A
RGB
CMYK
RGB Variations
Color information
#D2624A (or 0xD2624A) is known color: Dark Coral. HEX triplet: D2, 62 and 4A. RGB value is (210,98,74). Sum of RGB (Red+Green+Blue) = 210+98+74=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2624A is #2D9DB5. Grayscale: #808080. Windows color (decimal): -2989494 or 4874962. OLE color: 4874962.
HSL color Cylindrical-coordinate representation of color #D2624A: hue angle of 10.59º 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 #D2624A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 74 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.18 |
| HSL | 10.59º | 0.6% | 0.56% | - |
| HSV(B) | 10.59º | 0.65% | 0.82% | - |
| XYZ | 32.18 | 22.93 | 9.21 | - |
| YUV | 128.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 74 | 0 | 0.53 | 0.65 | 0.18 | 10.59 | 0.6 | 0.56 |
| Hex | D2 | 62 | 4A | 0 | 35 | 41 | 12 | B | 3C | 38 |
| Octal | 322 | 142 | 112 | 0 | 65 | 101 | 22 | 13 | 74 | 70 |
| Binary | 11010010 | 1100010 | 1001010 | 0 | 110101 | 1000001 | 10010 | 1011 | 111100 | 111000 |
Color Harmonies of #D2624A
Complementary color
Monochromatic Colors of #D2624A
Black with #D2624A
Text Example
Text Example
White with #D2624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2624A; }
p { color: rgb(210,98,74); }
H1.HeaderClassName
{
color: #D2624A;
}
.AnyTagClassName
{
color: #D2624A;
}
</style>
background-color css
<style>
a { background-color: #D2624A; }
a { background-color: rgb(210,98,74); }
div.DivClassName
{
background-color: #D2624A;
}
.BgClassName
{
background-color: #D2624A;
}
</style>
border-color css
<style>
span { border-color: #D2624A; }
span { border-color: rgb(210,98,74); }
td.TdClassName
{
border-color: #D2624A;
}
.TagClassName
{
border-color: #D2624A;
}
</style>