Shades of Alizarin #E6282D
Tints of Alizarin #E6282D
RGB
CMYK
RGB Variations
Color information
#E6282D (or 0xE6282D) is known color: Alizarin. HEX triplet: E6, 28 and 2D. RGB value is (230,40,45). Sum of RGB (Red+Green+Blue) = 230+40+45=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E6282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6282D is #19D7D2. Grayscale: #616161. Windows color (decimal): -1693651 or 2959590. OLE color: 2959590.
HSL color Cylindrical-coordinate representation of color #E6282D: hue angle of 358.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6282D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.10 |
| HSL | 358.42º | 0.79% | 0.53% | - |
| HSV(B) | 358.42º | 0.83% | 0.9% | - |
| XYZ | 33.87 | 18.53 | 4.27 | - |
| YUV | 97.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 45 | 0 | 0.83 | 0.80 | 0.10 | 358.42 | 0.79 | 0.53 |
| Hex | E6 | 28 | 2D | 0 | 53 | 50 | A | 166 | 4F | 35 |
| Octal | 346 | 50 | 55 | 0 | 123 | 120 | 12 | 546 | 117 | 65 |
| Binary | 11100110 | 101000 | 101101 | 0 | 1010011 | 1010000 | 1010 | 101100110 | 1001111 | 110101 |
Color Harmonies of #E6282D
Complementary color
Monochromatic Colors of #E6282D
Black with #E6282D
Text Example
Text Example
White with #E6282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6282D; }
p { color: rgb(230,40,45); }
H1.HeaderClassName
{
color: #E6282D;
}
.AnyTagClassName
{
color: #E6282D;
}
</style>
background-color css
<style>
a { background-color: #E6282D; }
a { background-color: rgb(230,40,45); }
div.DivClassName
{
background-color: #E6282D;
}
.BgClassName
{
background-color: #E6282D;
}
</style>
border-color css
<style>
span { border-color: #E6282D; }
span { border-color: rgb(230,40,45); }
td.TdClassName
{
border-color: #E6282D;
}
.TagClassName
{
border-color: #E6282D;
}
</style>