Shades of Alizarin #D91E2B
Tints of Alizarin #D91E2B
RGB
CMYK
RGB Variations
Color information
#D91E2B (or 0xD91E2B) is known color: Alizarin. HEX triplet: D9, 1E and 2B. RGB value is (217,30,43). Sum of RGB (Red+Green+Blue) = 217+30+43=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E2B is #26E1D4. Grayscale: #575757. Windows color (decimal): -2548181 or 2825945. OLE color: 2825945.
HSL color Cylindrical-coordinate representation of color #D91E2B: hue angle of 355.83º 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 #D91E2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 43 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.15 |
| HSL | 355.83º | 0.76% | 0.48% | - |
| HSV(B) | 355.83º | 0.86% | 0.85% | - |
| XYZ | 29.52 | 15.85 | 3.79 | - |
| YUV | 87.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 43 | 0 | 0.86 | 0.80 | 0.15 | 355.83 | 0.76 | 0.48 |
| Hex | D9 | 1E | 2B | 0 | 56 | 50 | F | 164 | 4C | 30 |
| Octal | 331 | 36 | 53 | 0 | 126 | 120 | 17 | 544 | 114 | 60 |
| Binary | 11011001 | 11110 | 101011 | 0 | 1010110 | 1010000 | 1111 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D91E2B
Complementary color
Monochromatic Colors of #D91E2B
Black with #D91E2B
Text Example
Text Example
White with #D91E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E2B; }
p { color: rgb(217,30,43); }
H1.HeaderClassName
{
color: #D91E2B;
}
.AnyTagClassName
{
color: #D91E2B;
}
</style>
background-color css
<style>
a { background-color: #D91E2B; }
a { background-color: rgb(217,30,43); }
div.DivClassName
{
background-color: #D91E2B;
}
.BgClassName
{
background-color: #D91E2B;
}
</style>
border-color css
<style>
span { border-color: #D91E2B; }
span { border-color: rgb(217,30,43); }
td.TdClassName
{
border-color: #D91E2B;
}
.TagClassName
{
border-color: #D91E2B;
}
</style>