Shades of Alizarin #EE262F
Tints of Alizarin #EE262F
RGB
CMYK
RGB Variations
Color information
#EE262F (or 0xEE262F) is known color: Alizarin. HEX triplet: EE, 26 and 2F. RGB value is (238,38,47). Sum of RGB (Red+Green+Blue) = 238+38+47=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE262F is #11D9D0. Grayscale: #626262. Windows color (decimal): -1169873 or 3090158. OLE color: 3090158.
HSL color Cylindrical-coordinate representation of color #EE262F: hue angle of 357.3º 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 #EE262F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 47 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.07 |
| HSL | 357.3º | 0.85% | 0.54% | - |
| HSV(B) | 357.3º | 0.84% | 0.93% | - |
| XYZ | 36.47 | 19.77 | 4.58 | - |
| YUV | 98.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 47 | 0 | 0.84 | 0.80 | 0.07 | 357.3 | 0.85 | 0.54 |
| Hex | EE | 26 | 2F | 0 | 54 | 50 | 7 | 165 | 55 | 36 |
| Octal | 356 | 46 | 57 | 0 | 124 | 120 | 7 | 545 | 125 | 66 |
| Binary | 11101110 | 100110 | 101111 | 0 | 1010100 | 1010000 | 111 | 101100101 | 1010101 | 110110 |
Color Harmonies of #EE262F
Complementary color
Monochromatic Colors of #EE262F
Black with #EE262F
Text Example
Text Example
White with #EE262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE262F; }
p { color: rgb(238,38,47); }
H1.HeaderClassName
{
color: #EE262F;
}
.AnyTagClassName
{
color: #EE262F;
}
</style>
background-color css
<style>
a { background-color: #EE262F; }
a { background-color: rgb(238,38,47); }
div.DivClassName
{
background-color: #EE262F;
}
.BgClassName
{
background-color: #EE262F;
}
</style>
border-color css
<style>
span { border-color: #EE262F; }
span { border-color: rgb(238,38,47); }
td.TdClassName
{
border-color: #EE262F;
}
.TagClassName
{
border-color: #EE262F;
}
</style>