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