Shades of Alizarin #D61F33
Tints of Alizarin #D61F33
RGB
CMYK
RGB Variations
Color information
#D61F33 (or 0xD61F33) is known color: Alizarin. HEX triplet: D6, 1F and 33. RGB value is (214,31,51). Sum of RGB (Red+Green+Blue) = 214+31+51=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F33 is #29E0CC. Grayscale: #585858. Windows color (decimal): -2744525 or 3350486. OLE color: 3350486.
HSL color Cylindrical-coordinate representation of color #D61F33: hue angle of 353.44º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F33 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 51 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.16 |
| HSL | 353.44º | 0.75% | 0.48% | - |
| HSV(B) | 353.44º | 0.86% | 0.84% | - |
| XYZ | 28.82 | 15.52 | 4.61 | - |
| YUV | 88 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 51 | 0 | 0.86 | 0.76 | 0.16 | 353.44 | 0.75 | 0.48 |
| Hex | D6 | 1F | 33 | 0 | 56 | 4C | 10 | 161 | 4B | 30 |
| Octal | 326 | 37 | 63 | 0 | 126 | 114 | 20 | 541 | 113 | 60 |
| Binary | 11010110 | 11111 | 110011 | 0 | 1010110 | 1001100 | 10000 | 101100001 | 1001011 | 110000 |
Color Harmonies of #D61F33
Complementary color
Monochromatic Colors of #D61F33
Black with #D61F33
Text Example
Text Example
White with #D61F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F33; }
p { color: rgb(214,31,51); }
H1.HeaderClassName
{
color: #D61F33;
}
.AnyTagClassName
{
color: #D61F33;
}
</style>
background-color css
<style>
a { background-color: #D61F33; }
a { background-color: rgb(214,31,51); }
div.DivClassName
{
background-color: #D61F33;
}
.BgClassName
{
background-color: #D61F33;
}
</style>
border-color css
<style>
span { border-color: #D61F33; }
span { border-color: rgb(214,31,51); }
td.TdClassName
{
border-color: #D61F33;
}
.TagClassName
{
border-color: #D61F33;
}
</style>