Shades of Alizarin #D8253F
Tints of Alizarin #D8253F
RGB
CMYK
RGB Variations
Color information
#D8253F (or 0xD8253F) is known color: Alizarin. HEX triplet: D8, 25 and 3F. RGB value is (216,37,63). Sum of RGB (Red+Green+Blue) = 216+37+63=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8253F is #27DAC0. Grayscale: #5D5D5D. Windows color (decimal): -2611905 or 4138456. OLE color: 4138456.
HSL color Cylindrical-coordinate representation of color #D8253F: hue angle of 351.28º 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 #D8253F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 63 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.15 |
| HSL | 351.28º | 0.71% | 0.5% | - |
| HSV(B) | 351.28º | 0.83% | 0.85% | - |
| XYZ | 29.88 | 16.28 | 6.27 | - |
| YUV | 93.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 63 | 0 | 0.83 | 0.71 | 0.15 | 351.28 | 0.71 | 0.5 |
| Hex | D8 | 25 | 3F | 0 | 53 | 47 | F | 15F | 47 | 32 |
| Octal | 330 | 45 | 77 | 0 | 123 | 107 | 17 | 537 | 107 | 62 |
| Binary | 11011000 | 100101 | 111111 | 0 | 1010011 | 1000111 | 1111 | 101011111 | 1000111 | 110010 |
Color Harmonies of #D8253F
Complementary color
Monochromatic Colors of #D8253F
Black with #D8253F
Text Example
Text Example
White with #D8253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8253F; }
p { color: rgb(216,37,63); }
H1.HeaderClassName
{
color: #D8253F;
}
.AnyTagClassName
{
color: #D8253F;
}
</style>
background-color css
<style>
a { background-color: #D8253F; }
a { background-color: rgb(216,37,63); }
div.DivClassName
{
background-color: #D8253F;
}
.BgClassName
{
background-color: #D8253F;
}
</style>
border-color css
<style>
span { border-color: #D8253F; }
span { border-color: rgb(216,37,63); }
td.TdClassName
{
border-color: #D8253F;
}
.TagClassName
{
border-color: #D8253F;
}
</style>