Shades of Alizarin #D92835
Tints of Alizarin #D92835
RGB
CMYK
RGB Variations
Color information
#D92835 (or 0xD92835) is known color: Alizarin. HEX triplet: D9, 28 and 35. RGB value is (217,40,53). Sum of RGB (Red+Green+Blue) = 217+40+53=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92835 is #26D7CA. Grayscale: #5E5E5E. Windows color (decimal): -2545611 or 3483865. OLE color: 3483865.
HSL color Cylindrical-coordinate representation of color #D92835: hue angle of 355.59º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92835 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.15 |
| HSL | 355.59º | 0.7% | 0.5% | - |
| HSV(B) | 355.59º | 0.82% | 0.85% | - |
| XYZ | 30.02 | 16.53 | 4.98 | - |
| YUV | 94.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 53 | 0 | 0.82 | 0.76 | 0.15 | 355.59 | 0.7 | 0.5 |
| Hex | D9 | 28 | 35 | 0 | 52 | 4C | F | 164 | 46 | 32 |
| Octal | 331 | 50 | 65 | 0 | 122 | 114 | 17 | 544 | 106 | 62 |
| Binary | 11011001 | 101000 | 110101 | 0 | 1010010 | 1001100 | 1111 | 101100100 | 1000110 | 110010 |
Color Harmonies of #D92835
Complementary color
Monochromatic Colors of #D92835
Black with #D92835
Text Example
Text Example
White with #D92835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92835; }
p { color: rgb(217,40,53); }
H1.HeaderClassName
{
color: #D92835;
}
.AnyTagClassName
{
color: #D92835;
}
</style>
background-color css
<style>
a { background-color: #D92835; }
a { background-color: rgb(217,40,53); }
div.DivClassName
{
background-color: #D92835;
}
.BgClassName
{
background-color: #D92835;
}
</style>
border-color css
<style>
span { border-color: #D92835; }
span { border-color: rgb(217,40,53); }
td.TdClassName
{
border-color: #D92835;
}
.TagClassName
{
border-color: #D92835;
}
</style>