Shades of Alizarin #D8252A
Tints of Alizarin #D8252A
RGB
CMYK
RGB Variations
Color information
#D8252A (or 0xD8252A) is known color: Alizarin. HEX triplet: D8, 25 and 2A. RGB value is (216,37,42). Sum of RGB (Red+Green+Blue) = 216+37+42=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8252A is #27DAD5. Grayscale: #5B5B5B. Windows color (decimal): -2611926 or 2762200. OLE color: 2762200.
HSL color Cylindrical-coordinate representation of color #D8252A: hue angle of 358.32º 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 #D8252A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.32º | 0.71% | 0.5% | - |
| HSV(B) | 358.32º | 0.83% | 0.85% | - |
| XYZ | 29.4 | 16.09 | 3.75 | - |
| YUV | 91.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 42 | 0 | 0.83 | 0.81 | 0.15 | 358.32 | 0.71 | 0.5 |
| Hex | D8 | 25 | 2A | 0 | 53 | 51 | F | 166 | 47 | 32 |
| Octal | 330 | 45 | 52 | 0 | 123 | 121 | 17 | 546 | 107 | 62 |
| Binary | 11011000 | 100101 | 101010 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #D8252A
Complementary color
Monochromatic Colors of #D8252A
Black with #D8252A
Text Example
Text Example
White with #D8252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8252A; }
p { color: rgb(216,37,42); }
H1.HeaderClassName
{
color: #D8252A;
}
.AnyTagClassName
{
color: #D8252A;
}
</style>
background-color css
<style>
a { background-color: #D8252A; }
a { background-color: rgb(216,37,42); }
div.DivClassName
{
background-color: #D8252A;
}
.BgClassName
{
background-color: #D8252A;
}
</style>
border-color css
<style>
span { border-color: #D8252A; }
span { border-color: rgb(216,37,42); }
td.TdClassName
{
border-color: #D8252A;
}
.TagClassName
{
border-color: #D8252A;
}
</style>