Shades of Alizarin #E6353F
Tints of Alizarin #E6353F
RGB
CMYK
RGB Variations
Color information
#E6353F (or 0xE6353F) is known color: Alizarin. HEX triplet: E6, 35 and 3F. RGB value is (230,53,63). Sum of RGB (Red+Green+Blue) = 230+53+63=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6353F is #19CAC0. Grayscale: #6B6B6B. Windows color (decimal): -1690305 or 4142566. OLE color: 4142566.
HSL color Cylindrical-coordinate representation of color #E6353F: hue angle of 356.61º 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 #E6353F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 63 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.10 |
| HSL | 356.61º | 0.78% | 0.55% | - |
| HSV(B) | 356.61º | 0.77% | 0.9% | - |
| XYZ | 34.8 | 19.73 | 6.68 | - |
| YUV | 107.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 63 | 0 | 0.77 | 0.73 | 0.10 | 356.61 | 0.78 | 0.55 |
| Hex | E6 | 35 | 3F | 0 | 4D | 49 | A | 165 | 4E | 37 |
| Octal | 346 | 65 | 77 | 0 | 115 | 111 | 12 | 545 | 116 | 67 |
| Binary | 11100110 | 110101 | 111111 | 0 | 1001101 | 1001001 | 1010 | 101100101 | 1001110 | 110111 |
Color Harmonies of #E6353F
Complementary color
Monochromatic Colors of #E6353F
Black with #E6353F
Text Example
Text Example
White with #E6353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6353F; }
p { color: rgb(230,53,63); }
H1.HeaderClassName
{
color: #E6353F;
}
.AnyTagClassName
{
color: #E6353F;
}
</style>
background-color css
<style>
a { background-color: #E6353F; }
a { background-color: rgb(230,53,63); }
div.DivClassName
{
background-color: #E6353F;
}
.BgClassName
{
background-color: #E6353F;
}
</style>
border-color css
<style>
span { border-color: #E6353F; }
span { border-color: rgb(230,53,63); }
td.TdClassName
{
border-color: #E6353F;
}
.TagClassName
{
border-color: #E6353F;
}
</style>