Shades of Alizarin #E6262A
Tints of Alizarin #E6262A
RGB
CMYK
RGB Variations
Color information
#E6262A (or 0xE6262A) is known color: Alizarin. HEX triplet: E6, 26 and 2A. RGB value is (230,38,42). Sum of RGB (Red+Green+Blue) = 230+38+42=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6262A is #19D9D5. Grayscale: #606060. Windows color (decimal): -1694166 or 2762470. OLE color: 2762470.
HSL color Cylindrical-coordinate representation of color #E6262A: hue angle of 358.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6262A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.10 |
| HSL | 358.75º | 0.79% | 0.53% | - |
| HSV(B) | 358.75º | 0.83% | 0.9% | - |
| XYZ | 33.74 | 18.38 | 3.96 | - |
| YUV | 95.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 42 | 0 | 0.83 | 0.82 | 0.10 | 358.75 | 0.79 | 0.53 |
| Hex | E6 | 26 | 2A | 0 | 53 | 52 | A | 167 | 4F | 35 |
| Octal | 346 | 46 | 52 | 0 | 123 | 122 | 12 | 547 | 117 | 65 |
| Binary | 11100110 | 100110 | 101010 | 0 | 1010011 | 1010010 | 1010 | 101100111 | 1001111 | 110101 |
Color Harmonies of #E6262A
Complementary color
Monochromatic Colors of #E6262A
Black with #E6262A
Text Example
Text Example
White with #E6262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6262A; }
p { color: rgb(230,38,42); }
H1.HeaderClassName
{
color: #E6262A;
}
.AnyTagClassName
{
color: #E6262A;
}
</style>
background-color css
<style>
a { background-color: #E6262A; }
a { background-color: rgb(230,38,42); }
div.DivClassName
{
background-color: #E6262A;
}
.BgClassName
{
background-color: #E6262A;
}
</style>
border-color css
<style>
span { border-color: #E6262A; }
span { border-color: rgb(230,38,42); }
td.TdClassName
{
border-color: #E6262A;
}
.TagClassName
{
border-color: #E6262A;
}
</style>