Shades of Alizarin #EE1A31
Tints of Alizarin #EE1A31
RGB
CMYK
RGB Variations
Color information
#EE1A31 (or 0xEE1A31) is known color: Alizarin. HEX triplet: EE, 1A and 31. RGB value is (238,26,49). Sum of RGB (Red+Green+Blue) = 238+26+49=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A31 is #11E5CE. Grayscale: #5C5C5C. Windows color (decimal): -1172943 or 3218158. OLE color: 3218158.
HSL color Cylindrical-coordinate representation of color #EE1A31: hue angle of 353.49º 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 #EE1A31 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 49 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.07 |
| HSL | 353.49º | 0.86% | 0.52% | - |
| HSV(B) | 353.49º | 0.89% | 0.93% | - |
| XYZ | 36.18 | 19.14 | 4.69 | - |
| YUV | 92.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 49 | 0 | 0.89 | 0.79 | 0.07 | 353.49 | 0.86 | 0.52 |
| Hex | EE | 1A | 31 | 0 | 59 | 4F | 7 | 161 | 56 | 34 |
| Octal | 356 | 32 | 61 | 0 | 131 | 117 | 7 | 541 | 126 | 64 |
| Binary | 11101110 | 11010 | 110001 | 0 | 1011001 | 1001111 | 111 | 101100001 | 1010110 | 110100 |
Color Harmonies of #EE1A31
Complementary color
Monochromatic Colors of #EE1A31
Black with #EE1A31
Text Example
Text Example
White with #EE1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A31; }
p { color: rgb(238,26,49); }
H1.HeaderClassName
{
color: #EE1A31;
}
.AnyTagClassName
{
color: #EE1A31;
}
</style>
background-color css
<style>
a { background-color: #EE1A31; }
a { background-color: rgb(238,26,49); }
div.DivClassName
{
background-color: #EE1A31;
}
.BgClassName
{
background-color: #EE1A31;
}
</style>
border-color css
<style>
span { border-color: #EE1A31; }
span { border-color: rgb(238,26,49); }
td.TdClassName
{
border-color: #EE1A31;
}
.TagClassName
{
border-color: #EE1A31;
}
</style>