Shades of Alizarin #E62D33
Tints of Alizarin #E62D33
RGB
CMYK
RGB Variations
Color information
#E62D33 (or 0xE62D33) is known color: Alizarin. HEX triplet: E6, 2D and 33. RGB value is (230,45,51). Sum of RGB (Red+Green+Blue) = 230+45+51=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D33 is #19D2CC. Grayscale: #656565. Windows color (decimal): -1692365 or 3354086. OLE color: 3354086.
HSL color Cylindrical-coordinate representation of color #E62D33: hue angle of 358.05º 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 #E62D33 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 51 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.10 |
| HSL | 358.05º | 0.79% | 0.54% | - |
| HSV(B) | 358.05º | 0.8% | 0.9% | - |
| XYZ | 34.17 | 18.94 | 4.99 | - |
| YUV | 101 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 51 | 0 | 0.80 | 0.78 | 0.10 | 358.05 | 0.79 | 0.54 |
| Hex | E6 | 2D | 33 | 0 | 50 | 4E | A | 166 | 4F | 36 |
| Octal | 346 | 55 | 63 | 0 | 120 | 116 | 12 | 546 | 117 | 66 |
| Binary | 11100110 | 101101 | 110011 | 0 | 1010000 | 1001110 | 1010 | 101100110 | 1001111 | 110110 |
Color Harmonies of #E62D33
Complementary color
Monochromatic Colors of #E62D33
Black with #E62D33
Text Example
Text Example
White with #E62D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D33; }
p { color: rgb(230,45,51); }
H1.HeaderClassName
{
color: #E62D33;
}
.AnyTagClassName
{
color: #E62D33;
}
</style>
background-color css
<style>
a { background-color: #E62D33; }
a { background-color: rgb(230,45,51); }
div.DivClassName
{
background-color: #E62D33;
}
.BgClassName
{
background-color: #E62D33;
}
</style>
border-color css
<style>
span { border-color: #E62D33; }
span { border-color: rgb(230,45,51); }
td.TdClassName
{
border-color: #E62D33;
}
.TagClassName
{
border-color: #E62D33;
}
</style>