Shades of Alizarin #D62837
Tints of Alizarin #D62837
RGB
CMYK
RGB Variations
Color information
#D62837 (or 0xD62837) is known color: Alizarin. HEX triplet: D6, 28 and 37. RGB value is (214,40,55). Sum of RGB (Red+Green+Blue) = 214+40+55=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D62837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62837 is #29D7C8. Grayscale: #5D5D5D. Windows color (decimal): -2742217 or 3614934. OLE color: 3614934.
HSL color Cylindrical-coordinate representation of color #D62837: hue angle of 354.83º 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 #D62837 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 55 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.16 |
| HSL | 354.83º | 0.69% | 0.5% | - |
| HSV(B) | 354.83º | 0.81% | 0.84% | - |
| XYZ | 29.18 | 16.09 | 5.18 | - |
| YUV | 93.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 55 | 0 | 0.81 | 0.74 | 0.16 | 354.83 | 0.69 | 0.5 |
| Hex | D6 | 28 | 37 | 0 | 51 | 4A | 10 | 163 | 45 | 32 |
| Octal | 326 | 50 | 67 | 0 | 121 | 112 | 20 | 543 | 105 | 62 |
| Binary | 11010110 | 101000 | 110111 | 0 | 1010001 | 1001010 | 10000 | 101100011 | 1000101 | 110010 |
Color Harmonies of #D62837
Complementary color
Monochromatic Colors of #D62837
Black with #D62837
Text Example
Text Example
White with #D62837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62837; }
p { color: rgb(214,40,55); }
H1.HeaderClassName
{
color: #D62837;
}
.AnyTagClassName
{
color: #D62837;
}
</style>
background-color css
<style>
a { background-color: #D62837; }
a { background-color: rgb(214,40,55); }
div.DivClassName
{
background-color: #D62837;
}
.BgClassName
{
background-color: #D62837;
}
</style>
border-color css
<style>
span { border-color: #D62837; }
span { border-color: rgb(214,40,55); }
td.TdClassName
{
border-color: #D62837;
}
.TagClassName
{
border-color: #D62837;
}
</style>