Shades of Alizarin #D7282D
Tints of Alizarin #D7282D
RGB
CMYK
RGB Variations
Color information
#D7282D (or 0xD7282D) is known color: Alizarin. HEX triplet: D7, 28 and 2D. RGB value is (215,40,45). Sum of RGB (Red+Green+Blue) = 215+40+45=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7282D is #28D7D2. Grayscale: #5D5D5D. Windows color (decimal): -2676691 or 2959575. OLE color: 2959575.
HSL color Cylindrical-coordinate representation of color #D7282D: hue angle of 358.29º 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 #D7282D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.16 |
| HSL | 358.29º | 0.69% | 0.5% | - |
| HSV(B) | 358.29º | 0.81% | 0.84% | - |
| XYZ | 29.26 | 16.15 | 4.06 | - |
| YUV | 92.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 45 | 0 | 0.81 | 0.79 | 0.16 | 358.29 | 0.69 | 0.5 |
| Hex | D7 | 28 | 2D | 0 | 51 | 4F | 10 | 166 | 45 | 32 |
| Octal | 327 | 50 | 55 | 0 | 121 | 117 | 20 | 546 | 105 | 62 |
| Binary | 11010111 | 101000 | 101101 | 0 | 1010001 | 1001111 | 10000 | 101100110 | 1000101 | 110010 |
Color Harmonies of #D7282D
Complementary color
Monochromatic Colors of #D7282D
Black with #D7282D
Text Example
Text Example
White with #D7282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7282D; }
p { color: rgb(215,40,45); }
H1.HeaderClassName
{
color: #D7282D;
}
.AnyTagClassName
{
color: #D7282D;
}
</style>
background-color css
<style>
a { background-color: #D7282D; }
a { background-color: rgb(215,40,45); }
div.DivClassName
{
background-color: #D7282D;
}
.BgClassName
{
background-color: #D7282D;
}
</style>
border-color css
<style>
span { border-color: #D7282D; }
span { border-color: rgb(215,40,45); }
td.TdClassName
{
border-color: #D7282D;
}
.TagClassName
{
border-color: #D7282D;
}
</style>