Shades of Alizarin #D62331
Tints of Alizarin #D62331
RGB
CMYK
RGB Variations
Color information
#D62331 (or 0xD62331) is known color: Alizarin. HEX triplet: D6, 23 and 31. RGB value is (214,35,49). Sum of RGB (Red+Green+Blue) = 214+35+49=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D62331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62331 is #29DCCE. Grayscale: #5A5A5A. Windows color (decimal): -2743503 or 3220438. OLE color: 3220438.
HSL color Cylindrical-coordinate representation of color #D62331: hue angle of 355.31º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62331 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 49 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.16 |
| HSL | 355.31º | 0.72% | 0.49% | - |
| HSV(B) | 355.31º | 0.84% | 0.84% | - |
| XYZ | 28.89 | 15.72 | 4.42 | - |
| YUV | 90.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 49 | 0 | 0.84 | 0.77 | 0.16 | 355.31 | 0.72 | 0.49 |
| Hex | D6 | 23 | 31 | 0 | 54 | 4D | 10 | 163 | 48 | 31 |
| Octal | 326 | 43 | 61 | 0 | 124 | 115 | 20 | 543 | 110 | 61 |
| Binary | 11010110 | 100011 | 110001 | 0 | 1010100 | 1001101 | 10000 | 101100011 | 1001000 | 110001 |
Color Harmonies of #D62331
Complementary color
Monochromatic Colors of #D62331
Black with #D62331
Text Example
Text Example
White with #D62331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62331; }
p { color: rgb(214,35,49); }
H1.HeaderClassName
{
color: #D62331;
}
.AnyTagClassName
{
color: #D62331;
}
</style>
background-color css
<style>
a { background-color: #D62331; }
a { background-color: rgb(214,35,49); }
div.DivClassName
{
background-color: #D62331;
}
.BgClassName
{
background-color: #D62331;
}
</style>
border-color css
<style>
span { border-color: #D62331; }
span { border-color: rgb(214,35,49); }
td.TdClassName
{
border-color: #D62331;
}
.TagClassName
{
border-color: #D62331;
}
</style>