Shades of Alizarin #E6353D
Tints of Alizarin #E6353D
RGB
CMYK
RGB Variations
Color information
#E6353D (or 0xE6353D) is known color: Alizarin. HEX triplet: E6, 35 and 3D. RGB value is (230,53,61). Sum of RGB (Red+Green+Blue) = 230+53+61=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6353D is #19CAC2. Grayscale: #6A6A6A. Windows color (decimal): -1690307 or 4011494. OLE color: 4011494.
HSL color Cylindrical-coordinate representation of color #E6353D: hue angle of 357.29º 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 #E6353D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 61 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.10 |
| HSL | 357.29º | 0.78% | 0.55% | - |
| HSV(B) | 357.29º | 0.77% | 0.9% | - |
| XYZ | 34.75 | 19.71 | 6.39 | - |
| YUV | 106.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 61 | 0 | 0.77 | 0.73 | 0.10 | 357.29 | 0.78 | 0.55 |
| Hex | E6 | 35 | 3D | 0 | 4D | 49 | A | 165 | 4E | 37 |
| Octal | 346 | 65 | 75 | 0 | 115 | 111 | 12 | 545 | 116 | 67 |
| Binary | 11100110 | 110101 | 111101 | 0 | 1001101 | 1001001 | 1010 | 101100101 | 1001110 | 110111 |
Color Harmonies of #E6353D
Complementary color
Monochromatic Colors of #E6353D
Black with #E6353D
Text Example
Text Example
White with #E6353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6353D; }
p { color: rgb(230,53,61); }
H1.HeaderClassName
{
color: #E6353D;
}
.AnyTagClassName
{
color: #E6353D;
}
</style>
background-color css
<style>
a { background-color: #E6353D; }
a { background-color: rgb(230,53,61); }
div.DivClassName
{
background-color: #E6353D;
}
.BgClassName
{
background-color: #E6353D;
}
</style>
border-color css
<style>
span { border-color: #E6353D; }
span { border-color: rgb(230,53,61); }
td.TdClassName
{
border-color: #E6353D;
}
.TagClassName
{
border-color: #E6353D;
}
</style>