Shades of Alizarin #D82333
Tints of Alizarin #D82333
RGB
CMYK
RGB Variations
Color information
#D82333 (or 0xD82333) is known color: Alizarin. HEX triplet: D8, 23 and 33. RGB value is (216,35,51). Sum of RGB (Red+Green+Blue) = 216+35+51=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D82333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82333 is #27DCCC. Grayscale: #5B5B5B. Windows color (decimal): -2612429 or 3351512. OLE color: 3351512.
HSL color Cylindrical-coordinate representation of color #D82333: hue angle of 354.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82333 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 51 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.15 |
| HSL | 354.7º | 0.72% | 0.49% | - |
| HSV(B) | 354.7º | 0.84% | 0.85% | - |
| XYZ | 29.52 | 16.04 | 4.67 | - |
| YUV | 90.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 51 | 0 | 0.84 | 0.76 | 0.15 | 354.7 | 0.72 | 0.49 |
| Hex | D8 | 23 | 33 | 0 | 54 | 4C | F | 163 | 48 | 31 |
| Octal | 330 | 43 | 63 | 0 | 124 | 114 | 17 | 543 | 110 | 61 |
| Binary | 11011000 | 100011 | 110011 | 0 | 1010100 | 1001100 | 1111 | 101100011 | 1001000 | 110001 |
Color Harmonies of #D82333
Complementary color
Monochromatic Colors of #D82333
Black with #D82333
Text Example
Text Example
White with #D82333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82333; }
p { color: rgb(216,35,51); }
H1.HeaderClassName
{
color: #D82333;
}
.AnyTagClassName
{
color: #D82333;
}
</style>
background-color css
<style>
a { background-color: #D82333; }
a { background-color: rgb(216,35,51); }
div.DivClassName
{
background-color: #D82333;
}
.BgClassName
{
background-color: #D82333;
}
</style>
border-color css
<style>
span { border-color: #D82333; }
span { border-color: rgb(216,35,51); }
td.TdClassName
{
border-color: #D82333;
}
.TagClassName
{
border-color: #D82333;
}
</style>