Shades of Alizarin #E6223D
Tints of Alizarin #E6223D
RGB
CMYK
RGB Variations
Color information
#E6223D (or 0xE6223D) is known color: Alizarin. HEX triplet: E6, 22 and 3D. RGB value is (230,34,61). Sum of RGB (Red+Green+Blue) = 230+34+61=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223D is #19DDC2. Grayscale: #5F5F5F. Windows color (decimal): -1695171 or 4006630. OLE color: 4006630.
HSL color Cylindrical-coordinate representation of color #E6223D: hue angle of 351.73º 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 #E6223D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.10 |
| HSL | 351.73º | 0.8% | 0.52% | - |
| HSV(B) | 351.73º | 0.85% | 0.9% | - |
| XYZ | 34.05 | 18.3 | 6.15 | - |
| YUV | 95.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 61 | 0 | 0.85 | 0.73 | 0.10 | 351.73 | 0.8 | 0.52 |
| Hex | E6 | 22 | 3D | 0 | 55 | 49 | A | 160 | 50 | 34 |
| Octal | 346 | 42 | 75 | 0 | 125 | 111 | 12 | 540 | 120 | 64 |
| Binary | 11100110 | 100010 | 111101 | 0 | 1010101 | 1001001 | 1010 | 101100000 | 1010000 | 110100 |
Color Harmonies of #E6223D
Complementary color
Monochromatic Colors of #E6223D
Black with #E6223D
Text Example
Text Example
White with #E6223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6223D; }
p { color: rgb(230,34,61); }
H1.HeaderClassName
{
color: #E6223D;
}
.AnyTagClassName
{
color: #E6223D;
}
</style>
background-color css
<style>
a { background-color: #E6223D; }
a { background-color: rgb(230,34,61); }
div.DivClassName
{
background-color: #E6223D;
}
.BgClassName
{
background-color: #E6223D;
}
</style>
border-color css
<style>
span { border-color: #E6223D; }
span { border-color: rgb(230,34,61); }
td.TdClassName
{
border-color: #E6223D;
}
.TagClassName
{
border-color: #E6223D;
}
</style>