Shades of Alizarin #E3383C
Tints of Alizarin #E3383C
RGB
CMYK
RGB Variations
Color information
#E3383C (or 0xE3383C) is known color: Alizarin. HEX triplet: E3, 38 and 3C. RGB value is (227,56,60). Sum of RGB (Red+Green+Blue) = 227+56+60=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3383C is #1CC7C3. Grayscale: #6B6B6B. Windows color (decimal): -1886148 or 3946723. OLE color: 3946723.
HSL color Cylindrical-coordinate representation of color #E3383C: hue angle of 358.6º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E3383C is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 60 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.11 |
| HSL | 358.6º | 0.75% | 0.55% | - |
| HSV(B) | 358.6º | 0.75% | 0.89% | - |
| XYZ | 33.91 | 19.49 | 6.25 | - |
| YUV | 107.59 | 101.15 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 60 | 0 | 0.75 | 0.74 | 0.11 | 358.6 | 0.75 | 0.55 |
| Hex | E3 | 38 | 3C | 0 | 4B | 4A | B | 167 | 4B | 37 |
| Octal | 343 | 70 | 74 | 0 | 113 | 112 | 13 | 547 | 113 | 67 |
| Binary | 11100011 | 111000 | 111100 | 0 | 1001011 | 1001010 | 1011 | 101100111 | 1001011 | 110111 |
Color Harmonies of #E3383C
Complementary color
Monochromatic Colors of #E3383C
Black with #E3383C
Text Example
Text Example
White with #E3383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3383C; }
p { color: rgb(227,56,60); }
H1.HeaderClassName
{
color: #E3383C;
}
.AnyTagClassName
{
color: #E3383C;
}
</style>
background-color css
<style>
a { background-color: #E3383C; }
a { background-color: rgb(227,56,60); }
div.DivClassName
{
background-color: #E3383C;
}
.BgClassName
{
background-color: #E3383C;
}
</style>
border-color css
<style>
span { border-color: #E3383C; }
span { border-color: rgb(227,56,60); }
td.TdClassName
{
border-color: #E3383C;
}
.TagClassName
{
border-color: #E3383C;
}
</style>