Shades of Alizarin #D62829
Tints of Alizarin #D62829
RGB
CMYK
RGB Variations
Color information
#D62829 (or 0xD62829) is known color: Alizarin. HEX triplet: D6, 28 and 29. RGB value is (214,40,41). Sum of RGB (Red+Green+Blue) = 214+40+41=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62829 is #29D7D6. Grayscale: #5C5C5C. Windows color (decimal): -2742231 or 2697430. OLE color: 2697430.
HSL color Cylindrical-coordinate representation of color #D62829: hue angle of 359.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62829 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 41 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.16 |
| HSL | 359.66º | 0.69% | 0.5% | - |
| HSV(B) | 359.66º | 0.81% | 0.84% | - |
| XYZ | 28.89 | 15.97 | 3.66 | - |
| YUV | 92.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 41 | 0 | 0.81 | 0.81 | 0.16 | 359.66 | 0.69 | 0.5 |
| Hex | D6 | 28 | 29 | 0 | 51 | 51 | 10 | 168 | 45 | 32 |
| Octal | 326 | 50 | 51 | 0 | 121 | 121 | 20 | 550 | 105 | 62 |
| Binary | 11010110 | 101000 | 101001 | 0 | 1010001 | 1010001 | 10000 | 101101000 | 1000101 | 110010 |
Color Harmonies of #D62829
Complementary color
Monochromatic Colors of #D62829
Black with #D62829
Text Example
Text Example
White with #D62829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62829; }
p { color: rgb(214,40,41); }
H1.HeaderClassName
{
color: #D62829;
}
.AnyTagClassName
{
color: #D62829;
}
</style>
background-color css
<style>
a { background-color: #D62829; }
a { background-color: rgb(214,40,41); }
div.DivClassName
{
background-color: #D62829;
}
.BgClassName
{
background-color: #D62829;
}
</style>
border-color css
<style>
span { border-color: #D62829; }
span { border-color: rgb(214,40,41); }
td.TdClassName
{
border-color: #D62829;
}
.TagClassName
{
border-color: #D62829;
}
</style>