Shades of Alizarin #D82933
Tints of Alizarin #D82933
RGB
CMYK
RGB Variations
Color information
#D82933 (or 0xD82933) is known color: Alizarin. HEX triplet: D8, 29 and 33. RGB value is (216,41,51). Sum of RGB (Red+Green+Blue) = 216+41+51=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D82933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82933 is #27D6CC. Grayscale: #5E5E5E. Windows color (decimal): -2610893 or 3353048. OLE color: 3353048.
HSL color Cylindrical-coordinate representation of color #D82933: hue angle of 356.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82933 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 51 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.15 |
| HSL | 356.57º | 0.69% | 0.5% | - |
| HSV(B) | 356.57º | 0.81% | 0.85% | - |
| XYZ | 29.71 | 16.42 | 4.74 | - |
| YUV | 94.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 51 | 0 | 0.81 | 0.76 | 0.15 | 356.57 | 0.69 | 0.5 |
| Hex | D8 | 29 | 33 | 0 | 51 | 4C | F | 165 | 45 | 32 |
| Octal | 330 | 51 | 63 | 0 | 121 | 114 | 17 | 545 | 105 | 62 |
| Binary | 11011000 | 101001 | 110011 | 0 | 1010001 | 1001100 | 1111 | 101100101 | 1000101 | 110010 |
Color Harmonies of #D82933
Complementary color
Monochromatic Colors of #D82933
Black with #D82933
Text Example
Text Example
White with #D82933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82933; }
p { color: rgb(216,41,51); }
H1.HeaderClassName
{
color: #D82933;
}
.AnyTagClassName
{
color: #D82933;
}
</style>
background-color css
<style>
a { background-color: #D82933; }
a { background-color: rgb(216,41,51); }
div.DivClassName
{
background-color: #D82933;
}
.BgClassName
{
background-color: #D82933;
}
</style>
border-color css
<style>
span { border-color: #D82933; }
span { border-color: rgb(216,41,51); }
td.TdClassName
{
border-color: #D82933;
}
.TagClassName
{
border-color: #D82933;
}
</style>