Shades of Alizarin #D92D31
Tints of Alizarin #D92D31
RGB
CMYK
RGB Variations
Color information
#D92D31 (or 0xD92D31) is known color: Alizarin. HEX triplet: D9, 2D and 31. RGB value is (217,45,49). Sum of RGB (Red+Green+Blue) = 217+45+49=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D31 is #26D2CE. Grayscale: #616161. Windows color (decimal): -2544335 or 3223001. OLE color: 3223001.
HSL color Cylindrical-coordinate representation of color #D92D31: hue angle of 358.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D31 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 49 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.15 |
| HSL | 358.6º | 0.69% | 0.51% | - |
| HSV(B) | 358.6º | 0.79% | 0.85% | - |
| XYZ | 30.11 | 16.85 | 4.57 | - |
| YUV | 96.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 49 | 0 | 0.79 | 0.77 | 0.15 | 358.6 | 0.69 | 0.51 |
| Hex | D9 | 2D | 31 | 0 | 4F | 4D | F | 167 | 45 | 33 |
| Octal | 331 | 55 | 61 | 0 | 117 | 115 | 17 | 547 | 105 | 63 |
| Binary | 11011001 | 101101 | 110001 | 0 | 1001111 | 1001101 | 1111 | 101100111 | 1000101 | 110011 |
Color Harmonies of #D92D31
Complementary color
Monochromatic Colors of #D92D31
Black with #D92D31
Text Example
Text Example
White with #D92D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D31; }
p { color: rgb(217,45,49); }
H1.HeaderClassName
{
color: #D92D31;
}
.AnyTagClassName
{
color: #D92D31;
}
</style>
background-color css
<style>
a { background-color: #D92D31; }
a { background-color: rgb(217,45,49); }
div.DivClassName
{
background-color: #D92D31;
}
.BgClassName
{
background-color: #D92D31;
}
</style>
border-color css
<style>
span { border-color: #D92D31; }
span { border-color: rgb(217,45,49); }
td.TdClassName
{
border-color: #D92D31;
}
.TagClassName
{
border-color: #D92D31;
}
</style>