Shades of Alizarin #D82632
Tints of Alizarin #D82632
RGB
CMYK
RGB Variations
Color information
#D82632 (or 0xD82632) is known color: Alizarin. HEX triplet: D8, 26 and 32. RGB value is (216,38,50). Sum of RGB (Red+Green+Blue) = 216+38+50=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D82632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82632 is #27D9CD. Grayscale: #5C5C5C. Windows color (decimal): -2611662 or 3286744. OLE color: 3286744.
HSL color Cylindrical-coordinate representation of color #D82632: hue angle of 355.96º 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 #D82632 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.15 |
| HSL | 355.96º | 0.7% | 0.5% | - |
| HSV(B) | 355.96º | 0.82% | 0.85% | - |
| XYZ | 29.59 | 16.22 | 4.59 | - |
| YUV | 92.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 50 | 0 | 0.82 | 0.77 | 0.15 | 355.96 | 0.7 | 0.5 |
| Hex | D8 | 26 | 32 | 0 | 52 | 4D | F | 164 | 46 | 32 |
| Octal | 330 | 46 | 62 | 0 | 122 | 115 | 17 | 544 | 106 | 62 |
| Binary | 11011000 | 100110 | 110010 | 0 | 1010010 | 1001101 | 1111 | 101100100 | 1000110 | 110010 |
Color Harmonies of #D82632
Complementary color
Monochromatic Colors of #D82632
Black with #D82632
Text Example
Text Example
White with #D82632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82632; }
p { color: rgb(216,38,50); }
H1.HeaderClassName
{
color: #D82632;
}
.AnyTagClassName
{
color: #D82632;
}
</style>
background-color css
<style>
a { background-color: #D82632; }
a { background-color: rgb(216,38,50); }
div.DivClassName
{
background-color: #D82632;
}
.BgClassName
{
background-color: #D82632;
}
</style>
border-color css
<style>
span { border-color: #D82632; }
span { border-color: rgb(216,38,50); }
td.TdClassName
{
border-color: #D82632;
}
.TagClassName
{
border-color: #D82632;
}
</style>