Shades of Alizarin #D92E3D
Tints of Alizarin #D92E3D
RGB
CMYK
RGB Variations
Color information
#D92E3D (or 0xD92E3D) is known color: Alizarin. HEX triplet: D9, 2E and 3D. RGB value is (217,46,61). Sum of RGB (Red+Green+Blue) = 217+46+61=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E3D is #26D1C2. Grayscale: #626262. Windows color (decimal): -2544067 or 4009689. OLE color: 4009689.
HSL color Cylindrical-coordinate representation of color #D92E3D: hue angle of 354.74º 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 #D92E3D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 61 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.15 |
| HSL | 354.74º | 0.69% | 0.52% | - |
| HSV(B) | 354.74º | 0.79% | 0.85% | - |
| XYZ | 30.43 | 17.04 | 6.1 | - |
| YUV | 98.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 61 | 0 | 0.79 | 0.72 | 0.15 | 354.74 | 0.69 | 0.52 |
| Hex | D9 | 2E | 3D | 0 | 4F | 48 | F | 163 | 45 | 34 |
| Octal | 331 | 56 | 75 | 0 | 117 | 110 | 17 | 543 | 105 | 64 |
| Binary | 11011001 | 101110 | 111101 | 0 | 1001111 | 1001000 | 1111 | 101100011 | 1000101 | 110100 |
Color Harmonies of #D92E3D
Complementary color
Monochromatic Colors of #D92E3D
Black with #D92E3D
Text Example
Text Example
White with #D92E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E3D; }
p { color: rgb(217,46,61); }
H1.HeaderClassName
{
color: #D92E3D;
}
.AnyTagClassName
{
color: #D92E3D;
}
</style>
background-color css
<style>
a { background-color: #D92E3D; }
a { background-color: rgb(217,46,61); }
div.DivClassName
{
background-color: #D92E3D;
}
.BgClassName
{
background-color: #D92E3D;
}
</style>
border-color css
<style>
span { border-color: #D92E3D; }
span { border-color: rgb(217,46,61); }
td.TdClassName
{
border-color: #D92E3D;
}
.TagClassName
{
border-color: #D92E3D;
}
</style>