Shades of Alizarin #EE282E
Tints of Alizarin #EE282E
RGB
CMYK
RGB Variations
Color information
#EE282E (or 0xEE282E) is known color: Alizarin. HEX triplet: EE, 28 and 2E. RGB value is (238,40,46). Sum of RGB (Red+Green+Blue) = 238+40+46=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE282E is #11D7D1. Grayscale: #646464. Windows color (decimal): -1169362 or 3025134. OLE color: 3025134.
HSL color Cylindrical-coordinate representation of color #EE282E: hue angle of 358.18º 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 #EE282E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 46 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.18º | 0.85% | 0.55% | - |
| HSV(B) | 358.18º | 0.83% | 0.93% | - |
| XYZ | 36.51 | 19.89 | 4.5 | - |
| YUV | 99.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 46 | 0 | 0.83 | 0.81 | 0.07 | 358.18 | 0.85 | 0.55 |
| Hex | EE | 28 | 2E | 0 | 53 | 51 | 7 | 166 | 55 | 37 |
| Octal | 356 | 50 | 56 | 0 | 123 | 121 | 7 | 546 | 125 | 67 |
| Binary | 11101110 | 101000 | 101110 | 0 | 1010011 | 1010001 | 111 | 101100110 | 1010101 | 110111 |
Color Harmonies of #EE282E
Complementary color
Monochromatic Colors of #EE282E
Black with #EE282E
Text Example
Text Example
White with #EE282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE282E; }
p { color: rgb(238,40,46); }
H1.HeaderClassName
{
color: #EE282E;
}
.AnyTagClassName
{
color: #EE282E;
}
</style>
background-color css
<style>
a { background-color: #EE282E; }
a { background-color: rgb(238,40,46); }
div.DivClassName
{
background-color: #EE282E;
}
.BgClassName
{
background-color: #EE282E;
}
</style>
border-color css
<style>
span { border-color: #EE282E; }
span { border-color: rgb(238,40,46); }
td.TdClassName
{
border-color: #EE282E;
}
.TagClassName
{
border-color: #EE282E;
}
</style>