Shades of Alizarin #E62A2B
Tints of Alizarin #E62A2B
RGB
CMYK
RGB Variations
Color information
#E62A2B (or 0xE62A2B) is known color: Alizarin. HEX triplet: E6, 2A and 2B. RGB value is (230,42,43). Sum of RGB (Red+Green+Blue) = 230+42+43=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A2B is #19D5D4. Grayscale: #626262. Windows color (decimal): -1693141 or 2829030. OLE color: 2829030.
HSL color Cylindrical-coordinate representation of color #E62A2B: hue angle of 359.68º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62A2B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 43 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.10 |
| HSL | 359.68º | 0.79% | 0.53% | - |
| HSV(B) | 359.68º | 0.82% | 0.9% | - |
| XYZ | 33.9 | 18.65 | 4.1 | - |
| YUV | 98.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 43 | 0 | 0.82 | 0.81 | 0.10 | 359.68 | 0.79 | 0.53 |
| Hex | E6 | 2A | 2B | 0 | 52 | 51 | A | 168 | 4F | 35 |
| Octal | 346 | 52 | 53 | 0 | 122 | 121 | 12 | 550 | 117 | 65 |
| Binary | 11100110 | 101010 | 101011 | 0 | 1010010 | 1010001 | 1010 | 101101000 | 1001111 | 110101 |
Color Harmonies of #E62A2B
Complementary color
Monochromatic Colors of #E62A2B
Black with #E62A2B
Text Example
Text Example
White with #E62A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A2B; }
p { color: rgb(230,42,43); }
H1.HeaderClassName
{
color: #E62A2B;
}
.AnyTagClassName
{
color: #E62A2B;
}
</style>
background-color css
<style>
a { background-color: #E62A2B; }
a { background-color: rgb(230,42,43); }
div.DivClassName
{
background-color: #E62A2B;
}
.BgClassName
{
background-color: #E62A2B;
}
</style>
border-color css
<style>
span { border-color: #E62A2B; }
span { border-color: rgb(230,42,43); }
td.TdClassName
{
border-color: #E62A2B;
}
.TagClassName
{
border-color: #E62A2B;
}
</style>