Shades of Alizarin #D92E34
Tints of Alizarin #D92E34
RGB
CMYK
RGB Variations
Color information
#D92E34 (or 0xD92E34) is known color: Alizarin. HEX triplet: D9, 2E and 34. RGB value is (217,46,52). Sum of RGB (Red+Green+Blue) = 217+46+52=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E34 is #26D1CB. Grayscale: #616161. Windows color (decimal): -2544076 or 3419865. OLE color: 3419865.
HSL color Cylindrical-coordinate representation of color #D92E34: hue angle of 357.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E34 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 52 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.15 |
| HSL | 357.89º | 0.69% | 0.52% | - |
| HSV(B) | 357.89º | 0.79% | 0.85% | - |
| XYZ | 30.21 | 16.95 | 4.93 | - |
| YUV | 97.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 52 | 0 | 0.79 | 0.76 | 0.15 | 357.89 | 0.69 | 0.52 |
| Hex | D9 | 2E | 34 | 0 | 4F | 4C | F | 166 | 45 | 34 |
| Octal | 331 | 56 | 64 | 0 | 117 | 114 | 17 | 546 | 105 | 64 |
| Binary | 11011001 | 101110 | 110100 | 0 | 1001111 | 1001100 | 1111 | 101100110 | 1000101 | 110100 |
Color Harmonies of #D92E34
Complementary color
Monochromatic Colors of #D92E34
Black with #D92E34
Text Example
Text Example
White with #D92E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E34; }
p { color: rgb(217,46,52); }
H1.HeaderClassName
{
color: #D92E34;
}
.AnyTagClassName
{
color: #D92E34;
}
</style>
background-color css
<style>
a { background-color: #D92E34; }
a { background-color: rgb(217,46,52); }
div.DivClassName
{
background-color: #D92E34;
}
.BgClassName
{
background-color: #D92E34;
}
</style>
border-color css
<style>
span { border-color: #D92E34; }
span { border-color: rgb(217,46,52); }
td.TdClassName
{
border-color: #D92E34;
}
.TagClassName
{
border-color: #D92E34;
}
</style>