Shades of Alizarin #D92C2F
Tints of Alizarin #D92C2F
RGB
CMYK
RGB Variations
Color information
#D92C2F (or 0xD92C2F) is known color: Alizarin. HEX triplet: D9, 2C and 2F. RGB value is (217,44,47). Sum of RGB (Red+Green+Blue) = 217+44+47=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C2F is #26D3D0. Grayscale: #606060. Windows color (decimal): -2544593 or 3091673. OLE color: 3091673.
HSL color Cylindrical-coordinate representation of color #D92C2F: hue angle of 358.96º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C2F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 47 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.15 |
| HSL | 358.96º | 0.69% | 0.51% | - |
| HSV(B) | 358.96º | 0.8% | 0.85% | - |
| XYZ | 30.03 | 16.76 | 4.34 | - |
| YUV | 96.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 47 | 0 | 0.80 | 0.78 | 0.15 | 358.96 | 0.69 | 0.51 |
| Hex | D9 | 2C | 2F | 0 | 50 | 4E | F | 167 | 45 | 33 |
| Octal | 331 | 54 | 57 | 0 | 120 | 116 | 17 | 547 | 105 | 63 |
| Binary | 11011001 | 101100 | 101111 | 0 | 1010000 | 1001110 | 1111 | 101100111 | 1000101 | 110011 |
Color Harmonies of #D92C2F
Complementary color
Monochromatic Colors of #D92C2F
Black with #D92C2F
Text Example
Text Example
White with #D92C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C2F; }
p { color: rgb(217,44,47); }
H1.HeaderClassName
{
color: #D92C2F;
}
.AnyTagClassName
{
color: #D92C2F;
}
</style>
background-color css
<style>
a { background-color: #D92C2F; }
a { background-color: rgb(217,44,47); }
div.DivClassName
{
background-color: #D92C2F;
}
.BgClassName
{
background-color: #D92C2F;
}
</style>
border-color css
<style>
span { border-color: #D92C2F; }
span { border-color: rgb(217,44,47); }
td.TdClassName
{
border-color: #D92C2F;
}
.TagClassName
{
border-color: #D92C2F;
}
</style>