Shades of Alizarin #D82633
Tints of Alizarin #D82633
RGB
CMYK
RGB Variations
Color information
#D82633 (or 0xD82633) is known color: Alizarin. HEX triplet: D8, 26 and 33. RGB value is (216,38,51). Sum of RGB (Red+Green+Blue) = 216+38+51=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82633 is #27D9CC. Grayscale: #5C5C5C. Windows color (decimal): -2611661 or 3352280. OLE color: 3352280.
HSL color Cylindrical-coordinate representation of color #D82633: hue angle of 355.62º 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 #D82633 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 51 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.15 |
| HSL | 355.62º | 0.7% | 0.5% | - |
| HSV(B) | 355.62º | 0.82% | 0.85% | - |
| XYZ | 29.61 | 16.22 | 4.7 | - |
| YUV | 92.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 51 | 0 | 0.82 | 0.76 | 0.15 | 355.62 | 0.7 | 0.5 |
| Hex | D8 | 26 | 33 | 0 | 52 | 4C | F | 164 | 46 | 32 |
| Octal | 330 | 46 | 63 | 0 | 122 | 114 | 17 | 544 | 106 | 62 |
| Binary | 11011000 | 100110 | 110011 | 0 | 1010010 | 1001100 | 1111 | 101100100 | 1000110 | 110010 |
Color Harmonies of #D82633
Complementary color
Monochromatic Colors of #D82633
Black with #D82633
Text Example
Text Example
White with #D82633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82633; }
p { color: rgb(216,38,51); }
H1.HeaderClassName
{
color: #D82633;
}
.AnyTagClassName
{
color: #D82633;
}
</style>
background-color css
<style>
a { background-color: #D82633; }
a { background-color: rgb(216,38,51); }
div.DivClassName
{
background-color: #D82633;
}
.BgClassName
{
background-color: #D82633;
}
</style>
border-color css
<style>
span { border-color: #D82633; }
span { border-color: rgb(216,38,51); }
td.TdClassName
{
border-color: #D82633;
}
.TagClassName
{
border-color: #D82633;
}
</style>