Shades of Alizarin #E6232D
Tints of Alizarin #E6232D
RGB
CMYK
RGB Variations
Color information
#E6232D (or 0xE6232D) is known color: Alizarin. HEX triplet: E6, 23 and 2D. RGB value is (230,35,45). Sum of RGB (Red+Green+Blue) = 230+35+45=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6232D is #19DCD2. Grayscale: #5E5E5E. Windows color (decimal): -1694931 or 2958310. OLE color: 2958310.
HSL color Cylindrical-coordinate representation of color #E6232D: hue angle of 356.92º 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 #E6232D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.10 |
| HSL | 356.92º | 0.8% | 0.52% | - |
| HSV(B) | 356.92º | 0.85% | 0.9% | - |
| XYZ | 33.71 | 18.21 | 4.22 | - |
| YUV | 94.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 45 | 0 | 0.85 | 0.80 | 0.10 | 356.92 | 0.8 | 0.52 |
| Hex | E6 | 23 | 2D | 0 | 55 | 50 | A | 165 | 50 | 34 |
| Octal | 346 | 43 | 55 | 0 | 125 | 120 | 12 | 545 | 120 | 64 |
| Binary | 11100110 | 100011 | 101101 | 0 | 1010101 | 1010000 | 1010 | 101100101 | 1010000 | 110100 |
Color Harmonies of #E6232D
Complementary color
Monochromatic Colors of #E6232D
Black with #E6232D
Text Example
Text Example
White with #E6232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6232D; }
p { color: rgb(230,35,45); }
H1.HeaderClassName
{
color: #E6232D;
}
.AnyTagClassName
{
color: #E6232D;
}
</style>
background-color css
<style>
a { background-color: #E6232D; }
a { background-color: rgb(230,35,45); }
div.DivClassName
{
background-color: #E6232D;
}
.BgClassName
{
background-color: #E6232D;
}
</style>
border-color css
<style>
span { border-color: #E6232D; }
span { border-color: rgb(230,35,45); }
td.TdClassName
{
border-color: #E6232D;
}
.TagClassName
{
border-color: #E6232D;
}
</style>