Shades of Alizarin #D91E2F
Tints of Alizarin #D91E2F
RGB
CMYK
RGB Variations
Color information
#D91E2F (or 0xD91E2F) is known color: Alizarin. HEX triplet: D9, 1E and 2F. RGB value is (217,30,47). Sum of RGB (Red+Green+Blue) = 217+30+47=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E2F is #26E1D0. Grayscale: #575757. Windows color (decimal): -2548177 or 3088089. OLE color: 3088089.
HSL color Cylindrical-coordinate representation of color #D91E2F: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E2F is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 47 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.15 |
| HSL | 354.55º | 0.76% | 0.48% | - |
| HSV(B) | 354.55º | 0.86% | 0.85% | - |
| XYZ | 29.59 | 15.89 | 4.2 | - |
| YUV | 87.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 47 | 0 | 0.86 | 0.78 | 0.15 | 354.55 | 0.76 | 0.48 |
| Hex | D9 | 1E | 2F | 0 | 56 | 4E | F | 163 | 4C | 30 |
| Octal | 331 | 36 | 57 | 0 | 126 | 116 | 17 | 543 | 114 | 60 |
| Binary | 11011001 | 11110 | 101111 | 0 | 1010110 | 1001110 | 1111 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D91E2F
Complementary color
Monochromatic Colors of #D91E2F
Black with #D91E2F
Text Example
Text Example
White with #D91E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E2F; }
p { color: rgb(217,30,47); }
H1.HeaderClassName
{
color: #D91E2F;
}
.AnyTagClassName
{
color: #D91E2F;
}
</style>
background-color css
<style>
a { background-color: #D91E2F; }
a { background-color: rgb(217,30,47); }
div.DivClassName
{
background-color: #D91E2F;
}
.BgClassName
{
background-color: #D91E2F;
}
</style>
border-color css
<style>
span { border-color: #D91E2F; }
span { border-color: rgb(217,30,47); }
td.TdClassName
{
border-color: #D91E2F;
}
.TagClassName
{
border-color: #D91E2F;
}
</style>