Shades of Alizarin #D82A38
Tints of Alizarin #D82A38
RGB
CMYK
RGB Variations
Color information
#D82A38 (or 0xD82A38) is known color: Alizarin. HEX triplet: D8, 2A and 38. RGB value is (216,42,56). Sum of RGB (Red+Green+Blue) = 216+42+56=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A38 is #27D5C7. Grayscale: #5F5F5F. Windows color (decimal): -2610632 or 3680984. OLE color: 3680984.
HSL color Cylindrical-coordinate representation of color #D82A38: hue angle of 355.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A38 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 56 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.15 |
| HSL | 355.17º | 0.69% | 0.51% | - |
| HSV(B) | 355.17º | 0.81% | 0.85% | - |
| XYZ | 29.86 | 16.54 | 5.36 | - |
| YUV | 95.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 56 | 0 | 0.81 | 0.74 | 0.15 | 355.17 | 0.69 | 0.51 |
| Hex | D8 | 2A | 38 | 0 | 51 | 4A | F | 163 | 45 | 33 |
| Octal | 330 | 52 | 70 | 0 | 121 | 112 | 17 | 543 | 105 | 63 |
| Binary | 11011000 | 101010 | 111000 | 0 | 1010001 | 1001010 | 1111 | 101100011 | 1000101 | 110011 |
Color Harmonies of #D82A38
Complementary color
Monochromatic Colors of #D82A38
Black with #D82A38
Text Example
Text Example
White with #D82A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A38; }
p { color: rgb(216,42,56); }
H1.HeaderClassName
{
color: #D82A38;
}
.AnyTagClassName
{
color: #D82A38;
}
</style>
background-color css
<style>
a { background-color: #D82A38; }
a { background-color: rgb(216,42,56); }
div.DivClassName
{
background-color: #D82A38;
}
.BgClassName
{
background-color: #D82A38;
}
</style>
border-color css
<style>
span { border-color: #D82A38; }
span { border-color: rgb(216,42,56); }
td.TdClassName
{
border-color: #D82A38;
}
.TagClassName
{
border-color: #D82A38;
}
</style>