Shades of Alizarin #E6232C
Tints of Alizarin #E6232C
RGB
CMYK
RGB Variations
Color information
#E6232C (or 0xE6232C) is known color: Alizarin. HEX triplet: E6, 23 and 2C. RGB value is (230,35,44). Sum of RGB (Red+Green+Blue) = 230+35+44=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6232C is #19DCD3. Grayscale: #5E5E5E. Windows color (decimal): -1694932 or 2892774. OLE color: 2892774.
HSL color Cylindrical-coordinate representation of color #E6232C: hue angle of 357.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.10 |
| HSL | 357.23º | 0.8% | 0.52% | - |
| HSV(B) | 357.23º | 0.85% | 0.9% | - |
| XYZ | 33.69 | 18.21 | 4.12 | - |
| YUV | 94.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 44 | 0 | 0.85 | 0.81 | 0.10 | 357.23 | 0.8 | 0.52 |
| Hex | E6 | 23 | 2C | 0 | 55 | 51 | A | 165 | 50 | 34 |
| Octal | 346 | 43 | 54 | 0 | 125 | 121 | 12 | 545 | 120 | 64 |
| Binary | 11100110 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1010 | 101100101 | 1010000 | 110100 |
Color Harmonies of #E6232C
Complementary color
Monochromatic Colors of #E6232C
Black with #E6232C
Text Example
Text Example
White with #E6232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6232C; }
p { color: rgb(230,35,44); }
H1.HeaderClassName
{
color: #E6232C;
}
.AnyTagClassName
{
color: #E6232C;
}
</style>
background-color css
<style>
a { background-color: #E6232C; }
a { background-color: rgb(230,35,44); }
div.DivClassName
{
background-color: #E6232C;
}
.BgClassName
{
background-color: #E6232C;
}
</style>
border-color css
<style>
span { border-color: #E6232C; }
span { border-color: rgb(230,35,44); }
td.TdClassName
{
border-color: #E6232C;
}
.TagClassName
{
border-color: #E6232C;
}
</style>