Shades of Alizarin #D82138
Tints of Alizarin #D82138
RGB
CMYK
RGB Variations
Color information
#D82138 (or 0xD82138) is known color: Alizarin. HEX triplet: D8, 21 and 38. RGB value is (216,33,56). Sum of RGB (Red+Green+Blue) = 216+33+56=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82138 is #27DEC7. Grayscale: #5A5A5A. Windows color (decimal): -2612936 or 3678680. OLE color: 3678680.
HSL color Cylindrical-coordinate representation of color #D82138: hue angle of 352.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82138 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.15 |
| HSL | 352.46º | 0.73% | 0.49% | - |
| HSV(B) | 352.46º | 0.85% | 0.85% | - |
| XYZ | 29.58 | 15.97 | 5.27 | - |
| YUV | 90.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 56 | 0 | 0.85 | 0.74 | 0.15 | 352.46 | 0.73 | 0.49 |
| Hex | D8 | 21 | 38 | 0 | 55 | 4A | F | 160 | 49 | 31 |
| Octal | 330 | 41 | 70 | 0 | 125 | 112 | 17 | 540 | 111 | 61 |
| Binary | 11011000 | 100001 | 111000 | 0 | 1010101 | 1001010 | 1111 | 101100000 | 1001001 | 110001 |
Color Harmonies of #D82138
Complementary color
Monochromatic Colors of #D82138
Black with #D82138
Text Example
Text Example
White with #D82138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82138; }
p { color: rgb(216,33,56); }
H1.HeaderClassName
{
color: #D82138;
}
.AnyTagClassName
{
color: #D82138;
}
</style>
background-color css
<style>
a { background-color: #D82138; }
a { background-color: rgb(216,33,56); }
div.DivClassName
{
background-color: #D82138;
}
.BgClassName
{
background-color: #D82138;
}
</style>
border-color css
<style>
span { border-color: #D82138; }
span { border-color: rgb(216,33,56); }
td.TdClassName
{
border-color: #D82138;
}
.TagClassName
{
border-color: #D82138;
}
</style>