Shades of Alizarin #E0383E
Tints of Alizarin #E0383E
RGB
CMYK
RGB Variations
Color information
#E0383E (or 0xE0383E) is known color: Alizarin. HEX triplet: E0, 38 and 3E. RGB value is (224,56,62). Sum of RGB (Red+Green+Blue) = 224+56+62=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0383E is #1FC7C1. Grayscale: #6B6B6B. Windows color (decimal): -2082754 or 4077792. OLE color: 4077792.
HSL color Cylindrical-coordinate representation of color #E0383E: hue angle of 357.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0383E is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 62 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.12 |
| HSL | 357.86º | 0.73% | 0.55% | - |
| HSV(B) | 357.86º | 0.75% | 0.88% | - |
| XYZ | 33.02 | 19.02 | 6.49 | - |
| YUV | 106.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 62 | 0 | 0.75 | 0.72 | 0.12 | 357.86 | 0.73 | 0.55 |
| Hex | E0 | 38 | 3E | 0 | 4B | 48 | C | 166 | 49 | 37 |
| Octal | 340 | 70 | 76 | 0 | 113 | 110 | 14 | 546 | 111 | 67 |
| Binary | 11100000 | 111000 | 111110 | 0 | 1001011 | 1001000 | 1100 | 101100110 | 1001001 | 110111 |
Color Harmonies of #E0383E
Complementary color
Monochromatic Colors of #E0383E
Black with #E0383E
Text Example
Text Example
White with #E0383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0383E; }
p { color: rgb(224,56,62); }
H1.HeaderClassName
{
color: #E0383E;
}
.AnyTagClassName
{
color: #E0383E;
}
</style>
background-color css
<style>
a { background-color: #E0383E; }
a { background-color: rgb(224,56,62); }
div.DivClassName
{
background-color: #E0383E;
}
.BgClassName
{
background-color: #E0383E;
}
</style>
border-color css
<style>
span { border-color: #E0383E; }
span { border-color: rgb(224,56,62); }
td.TdClassName
{
border-color: #E0383E;
}
.TagClassName
{
border-color: #E0383E;
}
</style>