Shades of Alizarin #D91E2D
Tints of Alizarin #D91E2D
RGB
CMYK
RGB Variations
Color information
#D91E2D (or 0xD91E2D) is known color: Alizarin. HEX triplet: D9, 1E and 2D. RGB value is (217,30,45). Sum of RGB (Red+Green+Blue) = 217+30+45=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E2D is #26E1D2. Grayscale: #575757. Windows color (decimal): -2548179 or 2957017. OLE color: 2957017.
HSL color Cylindrical-coordinate representation of color #D91E2D: hue angle of 355.19º 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 #D91E2D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 45 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.15 |
| HSL | 355.19º | 0.76% | 0.48% | - |
| HSV(B) | 355.19º | 0.86% | 0.85% | - |
| XYZ | 29.55 | 15.87 | 3.99 | - |
| YUV | 87.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 45 | 0 | 0.86 | 0.79 | 0.15 | 355.19 | 0.76 | 0.48 |
| Hex | D9 | 1E | 2D | 0 | 56 | 4F | F | 163 | 4C | 30 |
| Octal | 331 | 36 | 55 | 0 | 126 | 117 | 17 | 543 | 114 | 60 |
| Binary | 11011001 | 11110 | 101101 | 0 | 1010110 | 1001111 | 1111 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D91E2D
Complementary color
Monochromatic Colors of #D91E2D
Black with #D91E2D
Text Example
Text Example
White with #D91E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E2D; }
p { color: rgb(217,30,45); }
H1.HeaderClassName
{
color: #D91E2D;
}
.AnyTagClassName
{
color: #D91E2D;
}
</style>
background-color css
<style>
a { background-color: #D91E2D; }
a { background-color: rgb(217,30,45); }
div.DivClassName
{
background-color: #D91E2D;
}
.BgClassName
{
background-color: #D91E2D;
}
</style>
border-color css
<style>
span { border-color: #D91E2D; }
span { border-color: rgb(217,30,45); }
td.TdClassName
{
border-color: #D91E2D;
}
.TagClassName
{
border-color: #D91E2D;
}
</style>