Shades of Alizarin #EE262C
Tints of Alizarin #EE262C
RGB
CMYK
RGB Variations
Color information
#EE262C (or 0xEE262C) is known color: Alizarin. HEX triplet: EE, 26 and 2C. RGB value is (238,38,44). Sum of RGB (Red+Green+Blue) = 238+38+44=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE262C is #11D9D3. Grayscale: #626262. Windows color (decimal): -1169876 or 2893550. OLE color: 2893550.
HSL color Cylindrical-coordinate representation of color #EE262C: hue angle of 358.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE262C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.07 |
| HSL | 358.2º | 0.85% | 0.54% | - |
| HSV(B) | 358.2º | 0.84% | 0.93% | - |
| XYZ | 36.41 | 19.75 | 4.28 | - |
| YUV | 98.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 44 | 0 | 0.84 | 0.82 | 0.07 | 358.2 | 0.85 | 0.54 |
| Hex | EE | 26 | 2C | 0 | 54 | 52 | 7 | 166 | 55 | 36 |
| Octal | 356 | 46 | 54 | 0 | 124 | 122 | 7 | 546 | 125 | 66 |
| Binary | 11101110 | 100110 | 101100 | 0 | 1010100 | 1010010 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #EE262C
Complementary color
Monochromatic Colors of #EE262C
Black with #EE262C
Text Example
Text Example
White with #EE262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE262C; }
p { color: rgb(238,38,44); }
H1.HeaderClassName
{
color: #EE262C;
}
.AnyTagClassName
{
color: #EE262C;
}
</style>
background-color css
<style>
a { background-color: #EE262C; }
a { background-color: rgb(238,38,44); }
div.DivClassName
{
background-color: #EE262C;
}
.BgClassName
{
background-color: #EE262C;
}
</style>
border-color css
<style>
span { border-color: #EE262C; }
span { border-color: rgb(238,38,44); }
td.TdClassName
{
border-color: #EE262C;
}
.TagClassName
{
border-color: #EE262C;
}
</style>