Shades of Alizarin #E1383D
Tints of Alizarin #E1383D
RGB
CMYK
RGB Variations
Color information
#E1383D (or 0xE1383D) is known color: Alizarin. HEX triplet: E1, 38 and 3D. RGB value is (225,56,61). Sum of RGB (Red+Green+Blue) = 225+56+61=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1383D is #1EC7C2. Grayscale: #6B6B6B. Windows color (decimal): -2017219 or 4012257. OLE color: 4012257.
HSL color Cylindrical-coordinate representation of color #E1383D: hue angle of 358.22º degrees, saturation: 0.74, 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 #E1383D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 61 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.12 |
| HSL | 358.22º | 0.74% | 0.55% | - |
| HSV(B) | 358.22º | 0.75% | 0.88% | - |
| XYZ | 33.31 | 19.17 | 6.36 | - |
| YUV | 107.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 61 | 0 | 0.75 | 0.73 | 0.12 | 358.22 | 0.74 | 0.55 |
| Hex | E1 | 38 | 3D | 0 | 4B | 49 | C | 166 | 4A | 37 |
| Octal | 341 | 70 | 75 | 0 | 113 | 111 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 111000 | 111101 | 0 | 1001011 | 1001001 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E1383D
Complementary color
Monochromatic Colors of #E1383D
Black with #E1383D
Text Example
Text Example
White with #E1383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1383D; }
p { color: rgb(225,56,61); }
H1.HeaderClassName
{
color: #E1383D;
}
.AnyTagClassName
{
color: #E1383D;
}
</style>
background-color css
<style>
a { background-color: #E1383D; }
a { background-color: rgb(225,56,61); }
div.DivClassName
{
background-color: #E1383D;
}
.BgClassName
{
background-color: #E1383D;
}
</style>
border-color css
<style>
span { border-color: #E1383D; }
span { border-color: rgb(225,56,61); }
td.TdClassName
{
border-color: #E1383D;
}
.TagClassName
{
border-color: #E1383D;
}
</style>