Shades of Alizarin #EE1A25
Tints of Alizarin #EE1A25
RGB
CMYK
RGB Variations
Color information
#EE1A25 (or 0xEE1A25) is known color: Alizarin. HEX triplet: EE, 1A and 25. RGB value is (238,26,37). Sum of RGB (Red+Green+Blue) = 238+26+37=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A25 is #11E5DA. Grayscale: #5A5A5A. Windows color (decimal): -1172955 or 2431726. OLE color: 2431726.
HSL color Cylindrical-coordinate representation of color #EE1A25: hue angle of 356.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1A25 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 37 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.07 |
| HSL | 356.89º | 0.86% | 0.52% | - |
| HSV(B) | 356.89º | 0.89% | 0.93% | - |
| XYZ | 35.96 | 19.05 | 3.53 | - |
| YUV | 90.64 | 97.74 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 37 | 0 | 0.89 | 0.84 | 0.07 | 356.89 | 0.86 | 0.52 |
| Hex | EE | 1A | 25 | 0 | 59 | 54 | 7 | 165 | 56 | 34 |
| Octal | 356 | 32 | 45 | 0 | 131 | 124 | 7 | 545 | 126 | 64 |
| Binary | 11101110 | 11010 | 100101 | 0 | 1011001 | 1010100 | 111 | 101100101 | 1010110 | 110100 |
Color Harmonies of #EE1A25
Complementary color
Monochromatic Colors of #EE1A25
Black with #EE1A25
Text Example
Text Example
White with #EE1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A25; }
p { color: rgb(238,26,37); }
H1.HeaderClassName
{
color: #EE1A25;
}
.AnyTagClassName
{
color: #EE1A25;
}
</style>
background-color css
<style>
a { background-color: #EE1A25; }
a { background-color: rgb(238,26,37); }
div.DivClassName
{
background-color: #EE1A25;
}
.BgClassName
{
background-color: #EE1A25;
}
</style>
border-color css
<style>
span { border-color: #EE1A25; }
span { border-color: rgb(238,26,37); }
td.TdClassName
{
border-color: #EE1A25;
}
.TagClassName
{
border-color: #EE1A25;
}
</style>