Shades of Alizarin #D71F33
Tints of Alizarin #D71F33
RGB
CMYK
RGB Variations
Color information
#D71F33 (or 0xD71F33) is known color: Alizarin. HEX triplet: D7, 1F and 33. RGB value is (215,31,51). Sum of RGB (Red+Green+Blue) = 215+31+51=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F33 is #28E0CC. Grayscale: #585858. Windows color (decimal): -2678989 or 3350487. OLE color: 3350487.
HSL color Cylindrical-coordinate representation of color #D71F33: hue angle of 353.48º 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 #D71F33 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 51 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.16 |
| HSL | 353.48º | 0.75% | 0.48% | - |
| HSV(B) | 353.48º | 0.86% | 0.84% | - |
| XYZ | 29.11 | 15.67 | 4.62 | - |
| YUV | 88.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 51 | 0 | 0.86 | 0.76 | 0.16 | 353.48 | 0.75 | 0.48 |
| Hex | D7 | 1F | 33 | 0 | 56 | 4C | 10 | 161 | 4B | 30 |
| Octal | 327 | 37 | 63 | 0 | 126 | 114 | 20 | 541 | 113 | 60 |
| Binary | 11010111 | 11111 | 110011 | 0 | 1010110 | 1001100 | 10000 | 101100001 | 1001011 | 110000 |
Color Harmonies of #D71F33
Complementary color
Monochromatic Colors of #D71F33
Black with #D71F33
Text Example
Text Example
White with #D71F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F33; }
p { color: rgb(215,31,51); }
H1.HeaderClassName
{
color: #D71F33;
}
.AnyTagClassName
{
color: #D71F33;
}
</style>
background-color css
<style>
a { background-color: #D71F33; }
a { background-color: rgb(215,31,51); }
div.DivClassName
{
background-color: #D71F33;
}
.BgClassName
{
background-color: #D71F33;
}
</style>
border-color css
<style>
span { border-color: #D71F33; }
span { border-color: rgb(215,31,51); }
td.TdClassName
{
border-color: #D71F33;
}
.TagClassName
{
border-color: #D71F33;
}
</style>