Shades of Alizarin #E6292F
Tints of Alizarin #E6292F
RGB
CMYK
RGB Variations
Color information
#E6292F (or 0xE6292F) is known color: Alizarin. HEX triplet: E6, 29 and 2F. RGB value is (230,41,47). Sum of RGB (Red+Green+Blue) = 230+41+47=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E6292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6292F is #19D6D0. Grayscale: #626262. Windows color (decimal): -1693393 or 3090918. OLE color: 3090918.
HSL color Cylindrical-coordinate representation of color #E6292F: hue angle of 358.1º 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 #E6292F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 47 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.10 |
| HSL | 358.1º | 0.79% | 0.53% | - |
| HSV(B) | 358.1º | 0.82% | 0.9% | - |
| XYZ | 33.94 | 18.61 | 4.49 | - |
| YUV | 98.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 47 | 0 | 0.82 | 0.80 | 0.10 | 358.1 | 0.79 | 0.53 |
| Hex | E6 | 29 | 2F | 0 | 52 | 50 | A | 166 | 4F | 35 |
| Octal | 346 | 51 | 57 | 0 | 122 | 120 | 12 | 546 | 117 | 65 |
| Binary | 11100110 | 101001 | 101111 | 0 | 1010010 | 1010000 | 1010 | 101100110 | 1001111 | 110101 |
Color Harmonies of #E6292F
Complementary color
Monochromatic Colors of #E6292F
Black with #E6292F
Text Example
Text Example
White with #E6292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6292F; }
p { color: rgb(230,41,47); }
H1.HeaderClassName
{
color: #E6292F;
}
.AnyTagClassName
{
color: #E6292F;
}
</style>
background-color css
<style>
a { background-color: #E6292F; }
a { background-color: rgb(230,41,47); }
div.DivClassName
{
background-color: #E6292F;
}
.BgClassName
{
background-color: #E6292F;
}
</style>
border-color css
<style>
span { border-color: #E6292F; }
span { border-color: rgb(230,41,47); }
td.TdClassName
{
border-color: #E6292F;
}
.TagClassName
{
border-color: #E6292F;
}
</style>