Shades of Alizarin #D7283B
Tints of Alizarin #D7283B
RGB
CMYK
RGB Variations
Color information
#D7283B (or 0xD7283B) is known color: Alizarin. HEX triplet: D7, 28 and 3B. RGB value is (215,40,59). Sum of RGB (Red+Green+Blue) = 215+40+59=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7283B is #28D7C4. Grayscale: #5E5E5E. Windows color (decimal): -2676677 or 3877079. OLE color: 3877079.
HSL color Cylindrical-coordinate representation of color #D7283B: hue angle of 353.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7283B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.16 |
| HSL | 353.49º | 0.69% | 0.5% | - |
| HSV(B) | 353.49º | 0.81% | 0.84% | - |
| XYZ | 29.57 | 16.28 | 5.72 | - |
| YUV | 94.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 59 | 0 | 0.81 | 0.73 | 0.16 | 353.49 | 0.69 | 0.5 |
| Hex | D7 | 28 | 3B | 0 | 51 | 49 | 10 | 161 | 45 | 32 |
| Octal | 327 | 50 | 73 | 0 | 121 | 111 | 20 | 541 | 105 | 62 |
| Binary | 11010111 | 101000 | 111011 | 0 | 1010001 | 1001001 | 10000 | 101100001 | 1000101 | 110010 |
Color Harmonies of #D7283B
Complementary color
Monochromatic Colors of #D7283B
Black with #D7283B
Text Example
Text Example
White with #D7283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7283B; }
p { color: rgb(215,40,59); }
H1.HeaderClassName
{
color: #D7283B;
}
.AnyTagClassName
{
color: #D7283B;
}
</style>
background-color css
<style>
a { background-color: #D7283B; }
a { background-color: rgb(215,40,59); }
div.DivClassName
{
background-color: #D7283B;
}
.BgClassName
{
background-color: #D7283B;
}
</style>
border-color css
<style>
span { border-color: #D7283B; }
span { border-color: rgb(215,40,59); }
td.TdClassName
{
border-color: #D7283B;
}
.TagClassName
{
border-color: #D7283B;
}
</style>