Shades of Alizarin #D92F3E
Tints of Alizarin #D92F3E
RGB
CMYK
RGB Variations
Color information
#D92F3E (or 0xD92F3E) is known color: Alizarin. HEX triplet: D9, 2F and 3E. RGB value is (217,47,62). Sum of RGB (Red+Green+Blue) = 217+47+62=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F3E is #26D0C1. Grayscale: #636363. Windows color (decimal): -2543810 or 4075481. OLE color: 4075481.
HSL color Cylindrical-coordinate representation of color #D92F3E: hue angle of 354.71º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F3E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 62 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.15 |
| HSL | 354.71º | 0.69% | 0.52% | - |
| HSV(B) | 354.71º | 0.78% | 0.85% | - |
| XYZ | 30.5 | 17.13 | 6.26 | - |
| YUV | 99.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 62 | 0 | 0.78 | 0.71 | 0.15 | 354.71 | 0.69 | 0.52 |
| Hex | D9 | 2F | 3E | 0 | 4E | 47 | F | 163 | 45 | 34 |
| Octal | 331 | 57 | 76 | 0 | 116 | 107 | 17 | 543 | 105 | 64 |
| Binary | 11011001 | 101111 | 111110 | 0 | 1001110 | 1000111 | 1111 | 101100011 | 1000101 | 110100 |
Color Harmonies of #D92F3E
Complementary color
Monochromatic Colors of #D92F3E
Black with #D92F3E
Text Example
Text Example
White with #D92F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F3E; }
p { color: rgb(217,47,62); }
H1.HeaderClassName
{
color: #D92F3E;
}
.AnyTagClassName
{
color: #D92F3E;
}
</style>
background-color css
<style>
a { background-color: #D92F3E; }
a { background-color: rgb(217,47,62); }
div.DivClassName
{
background-color: #D92F3E;
}
.BgClassName
{
background-color: #D92F3E;
}
</style>
border-color css
<style>
span { border-color: #D92F3E; }
span { border-color: rgb(217,47,62); }
td.TdClassName
{
border-color: #D92F3E;
}
.TagClassName
{
border-color: #D92F3E;
}
</style>