Shades of Alizarin #D62C34
Tints of Alizarin #D62C34
RGB
CMYK
RGB Variations
Color information
#D62C34 (or 0xD62C34) is known color: Alizarin. HEX triplet: D6, 2C and 34. RGB value is (214,44,52). Sum of RGB (Red+Green+Blue) = 214+44+52=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C34 is #29D3CB. Grayscale: #5F5F5F. Windows color (decimal): -2741196 or 3419350. OLE color: 3419350.
HSL color Cylindrical-coordinate representation of color #D62C34: hue angle of 357.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C34 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 52 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.16 |
| HSL | 357.18º | 0.67% | 0.51% | - |
| HSV(B) | 357.18º | 0.79% | 0.84% | - |
| XYZ | 29.25 | 16.35 | 4.86 | - |
| YUV | 95.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 52 | 0 | 0.79 | 0.76 | 0.16 | 357.18 | 0.67 | 0.51 |
| Hex | D6 | 2C | 34 | 0 | 4F | 4C | 10 | 165 | 43 | 33 |
| Octal | 326 | 54 | 64 | 0 | 117 | 114 | 20 | 545 | 103 | 63 |
| Binary | 11010110 | 101100 | 110100 | 0 | 1001111 | 1001100 | 10000 | 101100101 | 1000011 | 110011 |
Color Harmonies of #D62C34
Complementary color
Monochromatic Colors of #D62C34
Black with #D62C34
Text Example
Text Example
White with #D62C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C34; }
p { color: rgb(214,44,52); }
H1.HeaderClassName
{
color: #D62C34;
}
.AnyTagClassName
{
color: #D62C34;
}
</style>
background-color css
<style>
a { background-color: #D62C34; }
a { background-color: rgb(214,44,52); }
div.DivClassName
{
background-color: #D62C34;
}
.BgClassName
{
background-color: #D62C34;
}
</style>
border-color css
<style>
span { border-color: #D62C34; }
span { border-color: rgb(214,44,52); }
td.TdClassName
{
border-color: #D62C34;
}
.TagClassName
{
border-color: #D62C34;
}
</style>