Shades of Alizarin #D8283B
Tints of Alizarin #D8283B
RGB
CMYK
RGB Variations
Color information
#D8283B (or 0xD8283B) is known color: Alizarin. HEX triplet: D8, 28 and 3B. RGB value is (216,40,59). Sum of RGB (Red+Green+Blue) = 216+40+59=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8283B is #27D7C4. Grayscale: #5E5E5E. Windows color (decimal): -2611141 or 3877080. OLE color: 3877080.
HSL color Cylindrical-coordinate representation of color #D8283B: hue angle of 353.52º 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 #D8283B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.15 |
| HSL | 353.52º | 0.69% | 0.5% | - |
| HSV(B) | 353.52º | 0.81% | 0.85% | - |
| XYZ | 29.87 | 16.43 | 5.74 | - |
| YUV | 94.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 59 | 0 | 0.81 | 0.73 | 0.15 | 353.52 | 0.69 | 0.5 |
| Hex | D8 | 28 | 3B | 0 | 51 | 49 | F | 162 | 45 | 32 |
| Octal | 330 | 50 | 73 | 0 | 121 | 111 | 17 | 542 | 105 | 62 |
| Binary | 11011000 | 101000 | 111011 | 0 | 1010001 | 1001001 | 1111 | 101100010 | 1000101 | 110010 |
Color Harmonies of #D8283B
Complementary color
Monochromatic Colors of #D8283B
Black with #D8283B
Text Example
Text Example
White with #D8283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8283B; }
p { color: rgb(216,40,59); }
H1.HeaderClassName
{
color: #D8283B;
}
.AnyTagClassName
{
color: #D8283B;
}
</style>
background-color css
<style>
a { background-color: #D8283B; }
a { background-color: rgb(216,40,59); }
div.DivClassName
{
background-color: #D8283B;
}
.BgClassName
{
background-color: #D8283B;
}
</style>
border-color css
<style>
span { border-color: #D8283B; }
span { border-color: rgb(216,40,59); }
td.TdClassName
{
border-color: #D8283B;
}
.TagClassName
{
border-color: #D8283B;
}
</style>