Shades of Alizarin #EE282C
Tints of Alizarin #EE282C
RGB
CMYK
RGB Variations
Color information
#EE282C (or 0xEE282C) is known color: Alizarin. HEX triplet: EE, 28 and 2C. RGB value is (238,40,44). Sum of RGB (Red+Green+Blue) = 238+40+44=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE282C is #11D7D3. Grayscale: #636363. Windows color (decimal): -1169364 or 2894062. OLE color: 2894062.
HSL color Cylindrical-coordinate representation of color #EE282C: hue angle of 358.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE282C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 44 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 358.79º | 0.85% | 0.55% | - |
| HSV(B) | 358.79º | 0.83% | 0.93% | - |
| XYZ | 36.47 | 19.88 | 4.3 | - |
| YUV | 99.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 44 | 0 | 0.83 | 0.82 | 0.07 | 358.79 | 0.85 | 0.55 |
| Hex | EE | 28 | 2C | 0 | 53 | 52 | 7 | 167 | 55 | 37 |
| Octal | 356 | 50 | 54 | 0 | 123 | 122 | 7 | 547 | 125 | 67 |
| Binary | 11101110 | 101000 | 101100 | 0 | 1010011 | 1010010 | 111 | 101100111 | 1010101 | 110111 |
Color Harmonies of #EE282C
Complementary color
Monochromatic Colors of #EE282C
Black with #EE282C
Text Example
Text Example
White with #EE282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE282C; }
p { color: rgb(238,40,44); }
H1.HeaderClassName
{
color: #EE282C;
}
.AnyTagClassName
{
color: #EE282C;
}
</style>
background-color css
<style>
a { background-color: #EE282C; }
a { background-color: rgb(238,40,44); }
div.DivClassName
{
background-color: #EE282C;
}
.BgClassName
{
background-color: #EE282C;
}
</style>
border-color css
<style>
span { border-color: #EE282C; }
span { border-color: rgb(238,40,44); }
td.TdClassName
{
border-color: #EE282C;
}
.TagClassName
{
border-color: #EE282C;
}
</style>