Shades of Alizarin #D92A41
Tints of Alizarin #D92A41
RGB
CMYK
RGB Variations
Color information
#D92A41 (or 0xD92A41) is known color: Alizarin. HEX triplet: D9, 2A and 41. RGB value is (217,42,65). Sum of RGB (Red+Green+Blue) = 217+42+65=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A41 is #26D5BE. Grayscale: #616161. Windows color (decimal): -2545087 or 4270809. OLE color: 4270809.
HSL color Cylindrical-coordinate representation of color #D92A41: hue angle of 352.11º 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 #D92A41 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.15 |
| HSL | 352.11º | 0.7% | 0.51% | - |
| HSV(B) | 352.11º | 0.81% | 0.85% | - |
| XYZ | 30.4 | 16.79 | 6.64 | - |
| YUV | 96.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 65 | 0 | 0.81 | 0.70 | 0.15 | 352.11 | 0.7 | 0.51 |
| Hex | D9 | 2A | 41 | 0 | 51 | 46 | F | 160 | 46 | 33 |
| Octal | 331 | 52 | 101 | 0 | 121 | 106 | 17 | 540 | 106 | 63 |
| Binary | 11011001 | 101010 | 1000001 | 0 | 1010001 | 1000110 | 1111 | 101100000 | 1000110 | 110011 |
Color Harmonies of #D92A41
Complementary color
Monochromatic Colors of #D92A41
Black with #D92A41
Text Example
Text Example
White with #D92A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A41; }
p { color: rgb(217,42,65); }
H1.HeaderClassName
{
color: #D92A41;
}
.AnyTagClassName
{
color: #D92A41;
}
</style>
background-color css
<style>
a { background-color: #D92A41; }
a { background-color: rgb(217,42,65); }
div.DivClassName
{
background-color: #D92A41;
}
.BgClassName
{
background-color: #D92A41;
}
</style>
border-color css
<style>
span { border-color: #D92A41; }
span { border-color: rgb(217,42,65); }
td.TdClassName
{
border-color: #D92A41;
}
.TagClassName
{
border-color: #D92A41;
}
</style>