Shades of Alizarin #EE363A
Tints of Alizarin #EE363A
RGB
CMYK
RGB Variations
Color information
#EE363A (or 0xEE363A) is known color: Alizarin. HEX triplet: EE, 36 and 3A. RGB value is (238,54,58). Sum of RGB (Red+Green+Blue) = 238+54+58=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE363A is #11C9C5. Grayscale: #6D6D6D. Windows color (decimal): -1165766 or 3815150. OLE color: 3815150.
HSL color Cylindrical-coordinate representation of color #EE363A: hue angle of 358.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE363A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 58 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.07 |
| HSL | 358.7º | 0.84% | 0.57% | - |
| HSV(B) | 358.7º | 0.77% | 0.93% | - |
| XYZ | 37.34 | 21.12 | 6.11 | - |
| YUV | 109.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 58 | 0 | 0.77 | 0.76 | 0.07 | 358.7 | 0.84 | 0.57 |
| Hex | EE | 36 | 3A | 0 | 4D | 4C | 7 | 167 | 54 | 39 |
| Octal | 356 | 66 | 72 | 0 | 115 | 114 | 7 | 547 | 124 | 71 |
| Binary | 11101110 | 110110 | 111010 | 0 | 1001101 | 1001100 | 111 | 101100111 | 1010100 | 111001 |
Color Harmonies of #EE363A
Complementary color
Monochromatic Colors of #EE363A
Black with #EE363A
Text Example
Text Example
White with #EE363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE363A; }
p { color: rgb(238,54,58); }
H1.HeaderClassName
{
color: #EE363A;
}
.AnyTagClassName
{
color: #EE363A;
}
</style>
background-color css
<style>
a { background-color: #EE363A; }
a { background-color: rgb(238,54,58); }
div.DivClassName
{
background-color: #EE363A;
}
.BgClassName
{
background-color: #EE363A;
}
</style>
border-color css
<style>
span { border-color: #EE363A; }
span { border-color: rgb(238,54,58); }
td.TdClassName
{
border-color: #EE363A;
}
.TagClassName
{
border-color: #EE363A;
}
</style>