Shades of Alizarin #D92A2F
Tints of Alizarin #D92A2F
RGB
CMYK
RGB Variations
Color information
#D92A2F (or 0xD92A2F) is known color: Alizarin. HEX triplet: D9, 2A and 2F. RGB value is (217,42,47). Sum of RGB (Red+Green+Blue) = 217+42+47=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A2F is #26D5D0. Grayscale: #5F5F5F. Windows color (decimal): -2545105 or 3091161. OLE color: 3091161.
HSL color Cylindrical-coordinate representation of color #D92A2F: hue angle of 358.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A2F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 358.29º | 0.7% | 0.51% | - |
| HSV(B) | 358.29º | 0.81% | 0.85% | - |
| XYZ | 29.96 | 16.61 | 4.32 | - |
| YUV | 94.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 47 | 0 | 0.81 | 0.78 | 0.15 | 358.29 | 0.7 | 0.51 |
| Hex | D9 | 2A | 2F | 0 | 51 | 4E | F | 166 | 46 | 33 |
| Octal | 331 | 52 | 57 | 0 | 121 | 116 | 17 | 546 | 106 | 63 |
| Binary | 11011001 | 101010 | 101111 | 0 | 1010001 | 1001110 | 1111 | 101100110 | 1000110 | 110011 |
Color Harmonies of #D92A2F
Complementary color
Monochromatic Colors of #D92A2F
Black with #D92A2F
Text Example
Text Example
White with #D92A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A2F; }
p { color: rgb(217,42,47); }
H1.HeaderClassName
{
color: #D92A2F;
}
.AnyTagClassName
{
color: #D92A2F;
}
</style>
background-color css
<style>
a { background-color: #D92A2F; }
a { background-color: rgb(217,42,47); }
div.DivClassName
{
background-color: #D92A2F;
}
.BgClassName
{
background-color: #D92A2F;
}
</style>
border-color css
<style>
span { border-color: #D92A2F; }
span { border-color: rgb(217,42,47); }
td.TdClassName
{
border-color: #D92A2F;
}
.TagClassName
{
border-color: #D92A2F;
}
</style>