Shades of Alizarin #D62529
Tints of Alizarin #D62529
RGB
CMYK
RGB Variations
Color information
#D62529 (or 0xD62529) is known color: Alizarin. HEX triplet: D6, 25 and 29. RGB value is (214,37,41). Sum of RGB (Red+Green+Blue) = 214+37+41=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D62529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62529 is #29DAD6. Grayscale: #5A5A5A. Windows color (decimal): -2742999 or 2696662. OLE color: 2696662.
HSL color Cylindrical-coordinate representation of color #D62529: hue angle of 358.64º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.16 |
| HSL | 358.64º | 0.71% | 0.49% | - |
| HSV(B) | 358.64º | 0.83% | 0.84% | - |
| XYZ | 28.79 | 15.78 | 3.63 | - |
| YUV | 90.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 41 | 0 | 0.83 | 0.81 | 0.16 | 358.64 | 0.71 | 0.49 |
| Hex | D6 | 25 | 29 | 0 | 53 | 51 | 10 | 167 | 47 | 31 |
| Octal | 326 | 45 | 51 | 0 | 123 | 121 | 20 | 547 | 107 | 61 |
| Binary | 11010110 | 100101 | 101001 | 0 | 1010011 | 1010001 | 10000 | 101100111 | 1000111 | 110001 |
Color Harmonies of #D62529
Complementary color
Monochromatic Colors of #D62529
Black with #D62529
Text Example
Text Example
White with #D62529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62529; }
p { color: rgb(214,37,41); }
H1.HeaderClassName
{
color: #D62529;
}
.AnyTagClassName
{
color: #D62529;
}
</style>
background-color css
<style>
a { background-color: #D62529; }
a { background-color: rgb(214,37,41); }
div.DivClassName
{
background-color: #D62529;
}
.BgClassName
{
background-color: #D62529;
}
</style>
border-color css
<style>
span { border-color: #D62529; }
span { border-color: rgb(214,37,41); }
td.TdClassName
{
border-color: #D62529;
}
.TagClassName
{
border-color: #D62529;
}
</style>