Shades of Dark Coral #D2624B
Tints of Dark Coral #D2624B
RGB
CMYK
RGB Variations
Color information
#D2624B (or 0xD2624B) is known color: Dark Coral. HEX triplet: D2, 62 and 4B. RGB value is (210,98,75). Sum of RGB (Red+Green+Blue) = 210+98+75=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2624B is #2D9DB4. Grayscale: #818181. Windows color (decimal): -2989493 or 4940498. OLE color: 4940498.
HSL color Cylindrical-coordinate representation of color #D2624B: hue angle of 10.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2624B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 75 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.18 |
| HSL | 10.22º | 0.6% | 0.56% | - |
| HSV(B) | 10.22º | 0.64% | 0.82% | - |
| XYZ | 32.22 | 22.95 | 9.39 | - |
| YUV | 128.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 75 | 0 | 0.53 | 0.64 | 0.18 | 10.22 | 0.6 | 0.56 |
| Hex | D2 | 62 | 4B | 0 | 35 | 40 | 12 | A | 3C | 38 |
| Octal | 322 | 142 | 113 | 0 | 65 | 100 | 22 | 12 | 74 | 70 |
| Binary | 11010010 | 1100010 | 1001011 | 0 | 110101 | 1000000 | 10010 | 1010 | 111100 | 111000 |
Color Harmonies of #D2624B
Complementary color
Monochromatic Colors of #D2624B
Black with #D2624B
Text Example
Text Example
White with #D2624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2624B; }
p { color: rgb(210,98,75); }
H1.HeaderClassName
{
color: #D2624B;
}
.AnyTagClassName
{
color: #D2624B;
}
</style>
background-color css
<style>
a { background-color: #D2624B; }
a { background-color: rgb(210,98,75); }
div.DivClassName
{
background-color: #D2624B;
}
.BgClassName
{
background-color: #D2624B;
}
</style>
border-color css
<style>
span { border-color: #D2624B; }
span { border-color: rgb(210,98,75); }
td.TdClassName
{
border-color: #D2624B;
}
.TagClassName
{
border-color: #D2624B;
}
</style>