Shades of Alizarin #D8283F
Tints of Alizarin #D8283F
RGB
CMYK
RGB Variations
Color information
#D8283F (or 0xD8283F) is known color: Alizarin. HEX triplet: D8, 28 and 3F. RGB value is (216,40,63). Sum of RGB (Red+Green+Blue) = 216+40+63=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8283F is #27D7C0. Grayscale: #5F5F5F. Windows color (decimal): -2611137 or 4139224. OLE color: 4139224.
HSL color Cylindrical-coordinate representation of color #D8283F: hue angle of 352.16º 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 #D8283F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 63 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.15 |
| HSL | 352.16º | 0.69% | 0.5% | - |
| HSV(B) | 352.16º | 0.81% | 0.85% | - |
| XYZ | 29.97 | 16.48 | 6.3 | - |
| YUV | 95.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 63 | 0 | 0.81 | 0.71 | 0.15 | 352.16 | 0.69 | 0.5 |
| Hex | D8 | 28 | 3F | 0 | 51 | 47 | F | 160 | 45 | 32 |
| Octal | 330 | 50 | 77 | 0 | 121 | 107 | 17 | 540 | 105 | 62 |
| Binary | 11011000 | 101000 | 111111 | 0 | 1010001 | 1000111 | 1111 | 101100000 | 1000101 | 110010 |
Color Harmonies of #D8283F
Complementary color
Monochromatic Colors of #D8283F
Black with #D8283F
Text Example
Text Example
White with #D8283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8283F; }
p { color: rgb(216,40,63); }
H1.HeaderClassName
{
color: #D8283F;
}
.AnyTagClassName
{
color: #D8283F;
}
</style>
background-color css
<style>
a { background-color: #D8283F; }
a { background-color: rgb(216,40,63); }
div.DivClassName
{
background-color: #D8283F;
}
.BgClassName
{
background-color: #D8283F;
}
</style>
border-color css
<style>
span { border-color: #D8283F; }
span { border-color: rgb(216,40,63); }
td.TdClassName
{
border-color: #D8283F;
}
.TagClassName
{
border-color: #D8283F;
}
</style>