Shades of Alizarin #E6232F
Tints of Alizarin #E6232F
RGB
CMYK
RGB Variations
Color information
#E6232F (or 0xE6232F) is known color: Alizarin. HEX triplet: E6, 23 and 2F. RGB value is (230,35,47). Sum of RGB (Red+Green+Blue) = 230+35+47=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6232F is #19DCD0. Grayscale: #5E5E5E. Windows color (decimal): -1694929 or 3089382. OLE color: 3089382.
HSL color Cylindrical-coordinate representation of color #E6232F: hue angle of 356.31º 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 #E6232F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.10 |
| HSL | 356.31º | 0.8% | 0.52% | - |
| HSV(B) | 356.31º | 0.85% | 0.9% | - |
| XYZ | 33.75 | 18.23 | 4.43 | - |
| YUV | 94.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 47 | 0 | 0.85 | 0.80 | 0.10 | 356.31 | 0.8 | 0.52 |
| Hex | E6 | 23 | 2F | 0 | 55 | 50 | A | 164 | 50 | 34 |
| Octal | 346 | 43 | 57 | 0 | 125 | 120 | 12 | 544 | 120 | 64 |
| Binary | 11100110 | 100011 | 101111 | 0 | 1010101 | 1010000 | 1010 | 101100100 | 1010000 | 110100 |
Color Harmonies of #E6232F
Complementary color
Monochromatic Colors of #E6232F
Black with #E6232F
Text Example
Text Example
White with #E6232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6232F; }
p { color: rgb(230,35,47); }
H1.HeaderClassName
{
color: #E6232F;
}
.AnyTagClassName
{
color: #E6232F;
}
</style>
background-color css
<style>
a { background-color: #E6232F; }
a { background-color: rgb(230,35,47); }
div.DivClassName
{
background-color: #E6232F;
}
.BgClassName
{
background-color: #E6232F;
}
</style>
border-color css
<style>
span { border-color: #E6232F; }
span { border-color: rgb(230,35,47); }
td.TdClassName
{
border-color: #E6232F;
}
.TagClassName
{
border-color: #E6232F;
}
</style>