Shades of Alizarin #E62D35
Tints of Alizarin #E62D35
RGB
CMYK
RGB Variations
Color information
#E62D35 (or 0xE62D35) is known color: Alizarin. HEX triplet: E6, 2D and 35. RGB value is (230,45,53). Sum of RGB (Red+Green+Blue) = 230+45+53=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D35 is #19D2CA. Grayscale: #656565. Windows color (decimal): -1692363 or 3485158. OLE color: 3485158.
HSL color Cylindrical-coordinate representation of color #E62D35: hue angle of 357.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62D35 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 53 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.10 |
| HSL | 357.41º | 0.79% | 0.54% | - |
| HSV(B) | 357.41º | 0.8% | 0.9% | - |
| XYZ | 34.21 | 18.96 | 5.22 | - |
| YUV | 101.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 53 | 0 | 0.80 | 0.77 | 0.10 | 357.41 | 0.79 | 0.54 |
| Hex | E6 | 2D | 35 | 0 | 50 | 4D | A | 165 | 4F | 36 |
| Octal | 346 | 55 | 65 | 0 | 120 | 115 | 12 | 545 | 117 | 66 |
| Binary | 11100110 | 101101 | 110101 | 0 | 1010000 | 1001101 | 1010 | 101100101 | 1001111 | 110110 |
Color Harmonies of #E62D35
Complementary color
Monochromatic Colors of #E62D35
Black with #E62D35
Text Example
Text Example
White with #E62D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D35; }
p { color: rgb(230,45,53); }
H1.HeaderClassName
{
color: #E62D35;
}
.AnyTagClassName
{
color: #E62D35;
}
</style>
background-color css
<style>
a { background-color: #E62D35; }
a { background-color: rgb(230,45,53); }
div.DivClassName
{
background-color: #E62D35;
}
.BgClassName
{
background-color: #E62D35;
}
</style>
border-color css
<style>
span { border-color: #E62D35; }
span { border-color: rgb(230,45,53); }
td.TdClassName
{
border-color: #E62D35;
}
.TagClassName
{
border-color: #E62D35;
}
</style>