Shades of Alizarin #D8282F
Tints of Alizarin #D8282F
RGB
CMYK
RGB Variations
Color information
#D8282F (or 0xD8282F) is known color: Alizarin. HEX triplet: D8, 28 and 2F. RGB value is (216,40,47). Sum of RGB (Red+Green+Blue) = 216+40+47=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D8282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8282F is #27D7D0. Grayscale: #5D5D5D. Windows color (decimal): -2611153 or 3090648. OLE color: 3090648.
HSL color Cylindrical-coordinate representation of color #D8282F: hue angle of 357.61º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8282F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 357.61º | 0.69% | 0.5% | - |
| HSV(B) | 357.61º | 0.81% | 0.85% | - |
| XYZ | 29.59 | 16.32 | 4.28 | - |
| YUV | 93.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 47 | 0 | 0.81 | 0.78 | 0.15 | 357.61 | 0.69 | 0.5 |
| Hex | D8 | 28 | 2F | 0 | 51 | 4E | F | 166 | 45 | 32 |
| Octal | 330 | 50 | 57 | 0 | 121 | 116 | 17 | 546 | 105 | 62 |
| Binary | 11011000 | 101000 | 101111 | 0 | 1010001 | 1001110 | 1111 | 101100110 | 1000101 | 110010 |
Color Harmonies of #D8282F
Complementary color
Monochromatic Colors of #D8282F
Black with #D8282F
Text Example
Text Example
White with #D8282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8282F; }
p { color: rgb(216,40,47); }
H1.HeaderClassName
{
color: #D8282F;
}
.AnyTagClassName
{
color: #D8282F;
}
</style>
background-color css
<style>
a { background-color: #D8282F; }
a { background-color: rgb(216,40,47); }
div.DivClassName
{
background-color: #D8282F;
}
.BgClassName
{
background-color: #D8282F;
}
</style>
border-color css
<style>
span { border-color: #D8282F; }
span { border-color: rgb(216,40,47); }
td.TdClassName
{
border-color: #D8282F;
}
.TagClassName
{
border-color: #D8282F;
}
</style>