Shades of Alizarin #E6282B
Tints of Alizarin #E6282B
RGB
CMYK
RGB Variations
Color information
#E6282B (or 0xE6282B) is known color: Alizarin. HEX triplet: E6, 28 and 2B. RGB value is (230,40,43). Sum of RGB (Red+Green+Blue) = 230+40+43=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6282B is #19D7D4. Grayscale: #616161. Windows color (decimal): -1693653 or 2828518. OLE color: 2828518.
HSL color Cylindrical-coordinate representation of color #E6282B: hue angle of 359.05º 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 #E6282B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 43 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.10 |
| HSL | 359.05º | 0.79% | 0.53% | - |
| HSV(B) | 359.05º | 0.83% | 0.9% | - |
| XYZ | 33.83 | 18.52 | 4.08 | - |
| YUV | 97.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 43 | 0 | 0.83 | 0.81 | 0.10 | 359.05 | 0.79 | 0.53 |
| Hex | E6 | 28 | 2B | 0 | 53 | 51 | A | 167 | 4F | 35 |
| Octal | 346 | 50 | 53 | 0 | 123 | 121 | 12 | 547 | 117 | 65 |
| Binary | 11100110 | 101000 | 101011 | 0 | 1010011 | 1010001 | 1010 | 101100111 | 1001111 | 110101 |
Color Harmonies of #E6282B
Complementary color
Monochromatic Colors of #E6282B
Black with #E6282B
Text Example
Text Example
White with #E6282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6282B; }
p { color: rgb(230,40,43); }
H1.HeaderClassName
{
color: #E6282B;
}
.AnyTagClassName
{
color: #E6282B;
}
</style>
background-color css
<style>
a { background-color: #E6282B; }
a { background-color: rgb(230,40,43); }
div.DivClassName
{
background-color: #E6282B;
}
.BgClassName
{
background-color: #E6282B;
}
</style>
border-color css
<style>
span { border-color: #E6282B; }
span { border-color: rgb(230,40,43); }
td.TdClassName
{
border-color: #E6282B;
}
.TagClassName
{
border-color: #E6282B;
}
</style>