Shades of Alizarin #D71E2F
Tints of Alizarin #D71E2F
RGB
CMYK
RGB Variations
Color information
#D71E2F (or 0xD71E2F) is known color: Alizarin. HEX triplet: D7, 1E and 2F. RGB value is (215,30,47). Sum of RGB (Red+Green+Blue) = 215+30+47=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E2F is #28E1D0. Grayscale: #575757. Windows color (decimal): -2679249 or 3088087. OLE color: 3088087.
HSL color Cylindrical-coordinate representation of color #D71E2F: hue angle of 354.49º degrees, saturation: 0.76, 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 #D71E2F is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 47 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.16 |
| HSL | 354.49º | 0.76% | 0.48% | - |
| HSV(B) | 354.49º | 0.86% | 0.84% | - |
| XYZ | 29 | 15.58 | 4.17 | - |
| YUV | 87.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 47 | 0 | 0.86 | 0.78 | 0.16 | 354.49 | 0.76 | 0.48 |
| Hex | D7 | 1E | 2F | 0 | 56 | 4E | 10 | 162 | 4C | 30 |
| Octal | 327 | 36 | 57 | 0 | 126 | 116 | 20 | 542 | 114 | 60 |
| Binary | 11010111 | 11110 | 101111 | 0 | 1010110 | 1001110 | 10000 | 101100010 | 1001100 | 110000 |
Color Harmonies of #D71E2F
Complementary color
Monochromatic Colors of #D71E2F
Black with #D71E2F
Text Example
Text Example
White with #D71E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E2F; }
p { color: rgb(215,30,47); }
H1.HeaderClassName
{
color: #D71E2F;
}
.AnyTagClassName
{
color: #D71E2F;
}
</style>
background-color css
<style>
a { background-color: #D71E2F; }
a { background-color: rgb(215,30,47); }
div.DivClassName
{
background-color: #D71E2F;
}
.BgClassName
{
background-color: #D71E2F;
}
</style>
border-color css
<style>
span { border-color: #D71E2F; }
span { border-color: rgb(215,30,47); }
td.TdClassName
{
border-color: #D71E2F;
}
.TagClassName
{
border-color: #D71E2F;
}
</style>