Shades of Alizarin #E6242F
Tints of Alizarin #E6242F
RGB
CMYK
RGB Variations
Color information
#E6242F (or 0xE6242F) is known color: Alizarin. HEX triplet: E6, 24 and 2F. RGB value is (230,36,47). Sum of RGB (Red+Green+Blue) = 230+36+47=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6242F is #19DBD0. Grayscale: #5F5F5F. Windows color (decimal): -1694673 or 3089638. OLE color: 3089638.
HSL color Cylindrical-coordinate representation of color #E6242F: hue angle of 356.6º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6242F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 47 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.10 |
| HSL | 356.6º | 0.8% | 0.52% | - |
| HSV(B) | 356.6º | 0.84% | 0.9% | - |
| XYZ | 33.78 | 18.29 | 4.44 | - |
| YUV | 95.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 47 | 0 | 0.84 | 0.80 | 0.10 | 356.6 | 0.8 | 0.52 |
| Hex | E6 | 24 | 2F | 0 | 54 | 50 | A | 165 | 50 | 34 |
| Octal | 346 | 44 | 57 | 0 | 124 | 120 | 12 | 545 | 120 | 64 |
| Binary | 11100110 | 100100 | 101111 | 0 | 1010100 | 1010000 | 1010 | 101100101 | 1010000 | 110100 |
Color Harmonies of #E6242F
Complementary color
Monochromatic Colors of #E6242F
Black with #E6242F
Text Example
Text Example
White with #E6242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6242F; }
p { color: rgb(230,36,47); }
H1.HeaderClassName
{
color: #E6242F;
}
.AnyTagClassName
{
color: #E6242F;
}
</style>
background-color css
<style>
a { background-color: #E6242F; }
a { background-color: rgb(230,36,47); }
div.DivClassName
{
background-color: #E6242F;
}
.BgClassName
{
background-color: #E6242F;
}
</style>
border-color css
<style>
span { border-color: #E6242F; }
span { border-color: rgb(230,36,47); }
td.TdClassName
{
border-color: #E6242F;
}
.TagClassName
{
border-color: #E6242F;
}
</style>