Shades of Alizarin #D62334
Tints of Alizarin #D62334
RGB
CMYK
RGB Variations
Color information
#D62334 (or 0xD62334) is known color: Alizarin. HEX triplet: D6, 23 and 34. RGB value is (214,35,52). Sum of RGB (Red+Green+Blue) = 214+35+52=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62334 is #29DCCB. Grayscale: #5A5A5A. Windows color (decimal): -2743500 or 3417046. OLE color: 3417046.
HSL color Cylindrical-coordinate representation of color #D62334: hue angle of 354.3º 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 #D62334 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 52 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.16 |
| HSL | 354.3º | 0.72% | 0.49% | - |
| HSV(B) | 354.3º | 0.84% | 0.84% | - |
| XYZ | 28.95 | 15.75 | 4.76 | - |
| YUV | 90.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 52 | 0 | 0.84 | 0.76 | 0.16 | 354.3 | 0.72 | 0.49 |
| Hex | D6 | 23 | 34 | 0 | 54 | 4C | 10 | 162 | 48 | 31 |
| Octal | 326 | 43 | 64 | 0 | 124 | 114 | 20 | 542 | 110 | 61 |
| Binary | 11010110 | 100011 | 110100 | 0 | 1010100 | 1001100 | 10000 | 101100010 | 1001000 | 110001 |
Color Harmonies of #D62334
Complementary color
Monochromatic Colors of #D62334
Black with #D62334
Text Example
Text Example
White with #D62334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62334; }
p { color: rgb(214,35,52); }
H1.HeaderClassName
{
color: #D62334;
}
.AnyTagClassName
{
color: #D62334;
}
</style>
background-color css
<style>
a { background-color: #D62334; }
a { background-color: rgb(214,35,52); }
div.DivClassName
{
background-color: #D62334;
}
.BgClassName
{
background-color: #D62334;
}
</style>
border-color css
<style>
span { border-color: #D62334; }
span { border-color: rgb(214,35,52); }
td.TdClassName
{
border-color: #D62334;
}
.TagClassName
{
border-color: #D62334;
}
</style>