Shades of Alizarin #E82F3C
Tints of Alizarin #E82F3C
RGB
CMYK
RGB Variations
Color information
#E82F3C (or 0xE82F3C) is known color: Alizarin. HEX triplet: E8, 2F and 3C. RGB value is (232,47,60). Sum of RGB (Red+Green+Blue) = 232+47+60=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F3C is #17D0C3. Grayscale: #676767. Windows color (decimal): -1560772 or 3944424. OLE color: 3944424.
HSL color Cylindrical-coordinate representation of color #E82F3C: hue angle of 355.78º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F3C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 60 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.09 |
| HSL | 355.78º | 0.8% | 0.55% | - |
| HSV(B) | 355.78º | 0.8% | 0.91% | - |
| XYZ | 35.11 | 19.52 | 6.19 | - |
| YUV | 103.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 60 | 0 | 0.80 | 0.74 | 0.09 | 355.78 | 0.8 | 0.55 |
| Hex | E8 | 2F | 3C | 0 | 50 | 4A | 9 | 164 | 50 | 37 |
| Octal | 350 | 57 | 74 | 0 | 120 | 112 | 11 | 544 | 120 | 67 |
| Binary | 11101000 | 101111 | 111100 | 0 | 1010000 | 1001010 | 1001 | 101100100 | 1010000 | 110111 |
Color Harmonies of #E82F3C
Complementary color
Monochromatic Colors of #E82F3C
Black with #E82F3C
Text Example
Text Example
White with #E82F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F3C; }
p { color: rgb(232,47,60); }
H1.HeaderClassName
{
color: #E82F3C;
}
.AnyTagClassName
{
color: #E82F3C;
}
</style>
background-color css
<style>
a { background-color: #E82F3C; }
a { background-color: rgb(232,47,60); }
div.DivClassName
{
background-color: #E82F3C;
}
.BgClassName
{
background-color: #E82F3C;
}
</style>
border-color css
<style>
span { border-color: #E82F3C; }
span { border-color: rgb(232,47,60); }
td.TdClassName
{
border-color: #E82F3C;
}
.TagClassName
{
border-color: #E82F3C;
}
</style>