Shades of Alizarin #D6282D
Tints of Alizarin #D6282D
RGB
CMYK
RGB Variations
Color information
#D6282D (or 0xD6282D) is known color: Alizarin. HEX triplet: D6, 28 and 2D. RGB value is (214,40,45). Sum of RGB (Red+Green+Blue) = 214+40+45=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6282D is #29D7D2. Grayscale: #5C5C5C. Windows color (decimal): -2742227 or 2959574. OLE color: 2959574.
HSL color Cylindrical-coordinate representation of color #D6282D: hue angle of 358.28º 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 #D6282D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.16 |
| HSL | 358.28º | 0.69% | 0.5% | - |
| HSV(B) | 358.28º | 0.81% | 0.84% | - |
| XYZ | 28.96 | 16 | 4.04 | - |
| YUV | 92.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 45 | 0 | 0.81 | 0.79 | 0.16 | 358.28 | 0.69 | 0.5 |
| Hex | D6 | 28 | 2D | 0 | 51 | 4F | 10 | 166 | 45 | 32 |
| Octal | 326 | 50 | 55 | 0 | 121 | 117 | 20 | 546 | 105 | 62 |
| Binary | 11010110 | 101000 | 101101 | 0 | 1010001 | 1001111 | 10000 | 101100110 | 1000101 | 110010 |
Color Harmonies of #D6282D
Complementary color
Monochromatic Colors of #D6282D
Black with #D6282D
Text Example
Text Example
White with #D6282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6282D; }
p { color: rgb(214,40,45); }
H1.HeaderClassName
{
color: #D6282D;
}
.AnyTagClassName
{
color: #D6282D;
}
</style>
background-color css
<style>
a { background-color: #D6282D; }
a { background-color: rgb(214,40,45); }
div.DivClassName
{
background-color: #D6282D;
}
.BgClassName
{
background-color: #D6282D;
}
</style>
border-color css
<style>
span { border-color: #D6282D; }
span { border-color: rgb(214,40,45); }
td.TdClassName
{
border-color: #D6282D;
}
.TagClassName
{
border-color: #D6282D;
}
</style>