Shades of Alizarin #E2383D
Tints of Alizarin #E2383D
RGB
CMYK
RGB Variations
Color information
#E2383D (or 0xE2383D) is known color: Alizarin. HEX triplet: E2, 38 and 3D. RGB value is (226,56,61). Sum of RGB (Red+Green+Blue) = 226+56+61=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2383D is #1DC7C2. Grayscale: #6B6B6B. Windows color (decimal): -1951683 or 4012258. OLE color: 4012258.
HSL color Cylindrical-coordinate representation of color #E2383D: hue angle of 358.24º 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 #E2383D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 61 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.11 |
| HSL | 358.24º | 0.75% | 0.55% | - |
| HSV(B) | 358.24º | 0.75% | 0.89% | - |
| XYZ | 33.62 | 19.33 | 6.37 | - |
| YUV | 107.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 61 | 0 | 0.75 | 0.73 | 0.11 | 358.24 | 0.75 | 0.55 |
| Hex | E2 | 38 | 3D | 0 | 4B | 49 | B | 166 | 4B | 37 |
| Octal | 342 | 70 | 75 | 0 | 113 | 111 | 13 | 546 | 113 | 67 |
| Binary | 11100010 | 111000 | 111101 | 0 | 1001011 | 1001001 | 1011 | 101100110 | 1001011 | 110111 |
Color Harmonies of #E2383D
Complementary color
Monochromatic Colors of #E2383D
Black with #E2383D
Text Example
Text Example
White with #E2383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2383D; }
p { color: rgb(226,56,61); }
H1.HeaderClassName
{
color: #E2383D;
}
.AnyTagClassName
{
color: #E2383D;
}
</style>
background-color css
<style>
a { background-color: #E2383D; }
a { background-color: rgb(226,56,61); }
div.DivClassName
{
background-color: #E2383D;
}
.BgClassName
{
background-color: #E2383D;
}
</style>
border-color css
<style>
span { border-color: #E2383D; }
span { border-color: rgb(226,56,61); }
td.TdClassName
{
border-color: #E2383D;
}
.TagClassName
{
border-color: #E2383D;
}
</style>