Shades of Alizarin #D8252C
Tints of Alizarin #D8252C
RGB
CMYK
RGB Variations
Color information
#D8252C (or 0xD8252C) is known color: Alizarin. HEX triplet: D8, 25 and 2C. RGB value is (216,37,44). Sum of RGB (Red+Green+Blue) = 216+37+44=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8252C is #27DAD3. Grayscale: #5B5B5B. Windows color (decimal): -2611924 or 2893272. OLE color: 2893272.
HSL color Cylindrical-coordinate representation of color #D8252C: hue angle of 357.65º 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 #D8252C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.15 |
| HSL | 357.65º | 0.71% | 0.5% | - |
| HSV(B) | 357.65º | 0.83% | 0.85% | - |
| XYZ | 29.44 | 16.1 | 3.94 | - |
| YUV | 91.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 44 | 0 | 0.83 | 0.80 | 0.15 | 357.65 | 0.71 | 0.5 |
| Hex | D8 | 25 | 2C | 0 | 53 | 50 | F | 166 | 47 | 32 |
| Octal | 330 | 45 | 54 | 0 | 123 | 120 | 17 | 546 | 107 | 62 |
| Binary | 11011000 | 100101 | 101100 | 0 | 1010011 | 1010000 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #D8252C
Complementary color
Monochromatic Colors of #D8252C
Black with #D8252C
Text Example
Text Example
White with #D8252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8252C; }
p { color: rgb(216,37,44); }
H1.HeaderClassName
{
color: #D8252C;
}
.AnyTagClassName
{
color: #D8252C;
}
</style>
background-color css
<style>
a { background-color: #D8252C; }
a { background-color: rgb(216,37,44); }
div.DivClassName
{
background-color: #D8252C;
}
.BgClassName
{
background-color: #D8252C;
}
</style>
border-color css
<style>
span { border-color: #D8252C; }
span { border-color: rgb(216,37,44); }
td.TdClassName
{
border-color: #D8252C;
}
.TagClassName
{
border-color: #D8252C;
}
</style>