Shades of Alizarin #E6353B
Tints of Alizarin #E6353B
RGB
CMYK
RGB Variations
Color information
#E6353B (or 0xE6353B) is known color: Alizarin. HEX triplet: E6, 35 and 3B. RGB value is (230,53,59). Sum of RGB (Red+Green+Blue) = 230+53+59=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6353B is #19CAC4. Grayscale: #6A6A6A. Windows color (decimal): -1690309 or 3880422. OLE color: 3880422.
HSL color Cylindrical-coordinate representation of color #E6353B: hue angle of 357.97º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6353B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.10 |
| HSL | 357.97º | 0.78% | 0.55% | - |
| HSV(B) | 357.97º | 0.77% | 0.9% | - |
| XYZ | 34.7 | 19.68 | 6.11 | - |
| YUV | 106.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 59 | 0 | 0.77 | 0.74 | 0.10 | 357.97 | 0.78 | 0.55 |
| Hex | E6 | 35 | 3B | 0 | 4D | 4A | A | 166 | 4E | 37 |
| Octal | 346 | 65 | 73 | 0 | 115 | 112 | 12 | 546 | 116 | 67 |
| Binary | 11100110 | 110101 | 111011 | 0 | 1001101 | 1001010 | 1010 | 101100110 | 1001110 | 110111 |
Color Harmonies of #E6353B
Complementary color
Monochromatic Colors of #E6353B
Black with #E6353B
Text Example
Text Example
White with #E6353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6353B; }
p { color: rgb(230,53,59); }
H1.HeaderClassName
{
color: #E6353B;
}
.AnyTagClassName
{
color: #E6353B;
}
</style>
background-color css
<style>
a { background-color: #E6353B; }
a { background-color: rgb(230,53,59); }
div.DivClassName
{
background-color: #E6353B;
}
.BgClassName
{
background-color: #E6353B;
}
</style>
border-color css
<style>
span { border-color: #E6353B; }
span { border-color: rgb(230,53,59); }
td.TdClassName
{
border-color: #E6353B;
}
.TagClassName
{
border-color: #E6353B;
}
</style>