Shades of Alizarin #D82538
Tints of Alizarin #D82538
RGB
CMYK
RGB Variations
Color information
#D82538 (or 0xD82538) is known color: Alizarin. HEX triplet: D8, 25 and 38. RGB value is (216,37,56). Sum of RGB (Red+Green+Blue) = 216+37+56=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82538 is #27DAC7. Grayscale: #5C5C5C. Windows color (decimal): -2611912 or 3679704. OLE color: 3679704.
HSL color Cylindrical-coordinate representation of color #D82538: hue angle of 353.63º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82538 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 56 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.15 |
| HSL | 353.63º | 0.71% | 0.5% | - |
| HSV(B) | 353.63º | 0.83% | 0.85% | - |
| XYZ | 29.69 | 16.21 | 5.3 | - |
| YUV | 92.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 56 | 0 | 0.83 | 0.74 | 0.15 | 353.63 | 0.71 | 0.5 |
| Hex | D8 | 25 | 38 | 0 | 53 | 4A | F | 162 | 47 | 32 |
| Octal | 330 | 45 | 70 | 0 | 123 | 112 | 17 | 542 | 107 | 62 |
| Binary | 11011000 | 100101 | 111000 | 0 | 1010011 | 1001010 | 1111 | 101100010 | 1000111 | 110010 |
Color Harmonies of #D82538
Complementary color
Monochromatic Colors of #D82538
Black with #D82538
Text Example
Text Example
White with #D82538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82538; }
p { color: rgb(216,37,56); }
H1.HeaderClassName
{
color: #D82538;
}
.AnyTagClassName
{
color: #D82538;
}
</style>
background-color css
<style>
a { background-color: #D82538; }
a { background-color: rgb(216,37,56); }
div.DivClassName
{
background-color: #D82538;
}
.BgClassName
{
background-color: #D82538;
}
</style>
border-color css
<style>
span { border-color: #D82538; }
span { border-color: rgb(216,37,56); }
td.TdClassName
{
border-color: #D82538;
}
.TagClassName
{
border-color: #D82538;
}
</style>