Shades of Alizarin #D92D30
Tints of Alizarin #D92D30
RGB
CMYK
RGB Variations
Color information
#D92D30 (or 0xD92D30) is known color: Alizarin. HEX triplet: D9, 2D and 30. RGB value is (217,45,48). Sum of RGB (Red+Green+Blue) = 217+45+48=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D30 is #26D2CF. Grayscale: #606060. Windows color (decimal): -2544336 or 3157465. OLE color: 3157465.
HSL color Cylindrical-coordinate representation of color #D92D30: hue angle of 358.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D30 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 48 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.15 |
| HSL | 358.95º | 0.69% | 0.51% | - |
| HSV(B) | 358.95º | 0.79% | 0.85% | - |
| XYZ | 30.09 | 16.84 | 4.46 | - |
| YUV | 96.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 48 | 0 | 0.79 | 0.78 | 0.15 | 358.95 | 0.69 | 0.51 |
| Hex | D9 | 2D | 30 | 0 | 4F | 4E | F | 167 | 45 | 33 |
| Octal | 331 | 55 | 60 | 0 | 117 | 116 | 17 | 547 | 105 | 63 |
| Binary | 11011001 | 101101 | 110000 | 0 | 1001111 | 1001110 | 1111 | 101100111 | 1000101 | 110011 |
Color Harmonies of #D92D30
Complementary color
Monochromatic Colors of #D92D30
Black with #D92D30
Text Example
Text Example
White with #D92D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D30; }
p { color: rgb(217,45,48); }
H1.HeaderClassName
{
color: #D92D30;
}
.AnyTagClassName
{
color: #D92D30;
}
</style>
background-color css
<style>
a { background-color: #D92D30; }
a { background-color: rgb(217,45,48); }
div.DivClassName
{
background-color: #D92D30;
}
.BgClassName
{
background-color: #D92D30;
}
</style>
border-color css
<style>
span { border-color: #D92D30; }
span { border-color: rgb(217,45,48); }
td.TdClassName
{
border-color: #D92D30;
}
.TagClassName
{
border-color: #D92D30;
}
</style>