Shades of Alizarin #E0383C
Tints of Alizarin #E0383C
RGB
CMYK
RGB Variations
Color information
#E0383C (or 0xE0383C) is known color: Alizarin. HEX triplet: E0, 38 and 3C. RGB value is (224,56,60). Sum of RGB (Red+Green+Blue) = 224+56+60=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0383C is #1FC7C3. Grayscale: #6A6A6A. Windows color (decimal): -2082756 or 3946720. OLE color: 3946720.
HSL color Cylindrical-coordinate representation of color #E0383C: hue angle of 358.57º 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 #E0383C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 60 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.12 |
| HSL | 358.57º | 0.73% | 0.55% | - |
| HSV(B) | 358.57º | 0.75% | 0.88% | - |
| XYZ | 32.97 | 19 | 6.2 | - |
| YUV | 106.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 60 | 0 | 0.75 | 0.73 | 0.12 | 358.57 | 0.73 | 0.55 |
| Hex | E0 | 38 | 3C | 0 | 4B | 49 | C | 167 | 49 | 37 |
| Octal | 340 | 70 | 74 | 0 | 113 | 111 | 14 | 547 | 111 | 67 |
| Binary | 11100000 | 111000 | 111100 | 0 | 1001011 | 1001001 | 1100 | 101100111 | 1001001 | 110111 |
Color Harmonies of #E0383C
Complementary color
Monochromatic Colors of #E0383C
Black with #E0383C
Text Example
Text Example
White with #E0383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0383C; }
p { color: rgb(224,56,60); }
H1.HeaderClassName
{
color: #E0383C;
}
.AnyTagClassName
{
color: #E0383C;
}
</style>
background-color css
<style>
a { background-color: #E0383C; }
a { background-color: rgb(224,56,60); }
div.DivClassName
{
background-color: #E0383C;
}
.BgClassName
{
background-color: #E0383C;
}
</style>
border-color css
<style>
span { border-color: #E0383C; }
span { border-color: rgb(224,56,60); }
td.TdClassName
{
border-color: #E0383C;
}
.TagClassName
{
border-color: #E0383C;
}
</style>