Shades of Alizarin #D8283C
Tints of Alizarin #D8283C
RGB
CMYK
RGB Variations
Color information
#D8283C (or 0xD8283C) is known color: Alizarin. HEX triplet: D8, 28 and 3C. RGB value is (216,40,60). Sum of RGB (Red+Green+Blue) = 216+40+60=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8283C is #27D7C3. Grayscale: #5E5E5E. Windows color (decimal): -2611140 or 3942616. OLE color: 3942616.
HSL color Cylindrical-coordinate representation of color #D8283C: hue angle of 353.18º 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 #D8283C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 60 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.15 |
| HSL | 353.18º | 0.69% | 0.5% | - |
| HSV(B) | 353.18º | 0.81% | 0.85% | - |
| XYZ | 29.89 | 16.44 | 5.87 | - |
| YUV | 94.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 60 | 0 | 0.81 | 0.72 | 0.15 | 353.18 | 0.69 | 0.5 |
| Hex | D8 | 28 | 3C | 0 | 51 | 48 | F | 161 | 45 | 32 |
| Octal | 330 | 50 | 74 | 0 | 121 | 110 | 17 | 541 | 105 | 62 |
| Binary | 11011000 | 101000 | 111100 | 0 | 1010001 | 1001000 | 1111 | 101100001 | 1000101 | 110010 |
Color Harmonies of #D8283C
Complementary color
Monochromatic Colors of #D8283C
Black with #D8283C
Text Example
Text Example
White with #D8283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8283C; }
p { color: rgb(216,40,60); }
H1.HeaderClassName
{
color: #D8283C;
}
.AnyTagClassName
{
color: #D8283C;
}
</style>
background-color css
<style>
a { background-color: #D8283C; }
a { background-color: rgb(216,40,60); }
div.DivClassName
{
background-color: #D8283C;
}
.BgClassName
{
background-color: #D8283C;
}
</style>
border-color css
<style>
span { border-color: #D8283C; }
span { border-color: rgb(216,40,60); }
td.TdClassName
{
border-color: #D8283C;
}
.TagClassName
{
border-color: #D8283C;
}
</style>