Shades of Alizarin #E6232B
Tints of Alizarin #E6232B
RGB
CMYK
RGB Variations
Color information
#E6232B (or 0xE6232B) is known color: Alizarin. HEX triplet: E6, 23 and 2B. RGB value is (230,35,43). Sum of RGB (Red+Green+Blue) = 230+35+43=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6232B is #19DCD4. Grayscale: #5E5E5E. Windows color (decimal): -1694933 or 2827238. OLE color: 2827238.
HSL color Cylindrical-coordinate representation of color #E6232B: hue angle of 357.54º 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 #E6232B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.10 |
| HSL | 357.54º | 0.8% | 0.52% | - |
| HSV(B) | 357.54º | 0.85% | 0.9% | - |
| XYZ | 33.67 | 18.2 | 4.02 | - |
| YUV | 94.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 43 | 0 | 0.85 | 0.81 | 0.10 | 357.54 | 0.8 | 0.52 |
| Hex | E6 | 23 | 2B | 0 | 55 | 51 | A | 166 | 50 | 34 |
| Octal | 346 | 43 | 53 | 0 | 125 | 121 | 12 | 546 | 120 | 64 |
| Binary | 11100110 | 100011 | 101011 | 0 | 1010101 | 1010001 | 1010 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E6232B
Complementary color
Monochromatic Colors of #E6232B
Black with #E6232B
Text Example
Text Example
White with #E6232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6232B; }
p { color: rgb(230,35,43); }
H1.HeaderClassName
{
color: #E6232B;
}
.AnyTagClassName
{
color: #E6232B;
}
</style>
background-color css
<style>
a { background-color: #E6232B; }
a { background-color: rgb(230,35,43); }
div.DivClassName
{
background-color: #E6232B;
}
.BgClassName
{
background-color: #E6232B;
}
</style>
border-color css
<style>
span { border-color: #E6232B; }
span { border-color: rgb(230,35,43); }
td.TdClassName
{
border-color: #E6232B;
}
.TagClassName
{
border-color: #E6232B;
}
</style>