Shades of Alizarin #EE3A3F
Tints of Alizarin #EE3A3F
RGB
CMYK
RGB Variations
Color information
#EE3A3F (or 0xEE3A3F) is known color: Alizarin. HEX triplet: EE, 3A and 3F. RGB value is (238,58,63). Sum of RGB (Red+Green+Blue) = 238+58+63=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A3F is #11C5C0. Grayscale: #707070. Windows color (decimal): -1164737 or 4143854. OLE color: 4143854.
HSL color Cylindrical-coordinate representation of color #EE3A3F: hue angle of 358.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3A3F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 63 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.07 |
| HSL | 358.33º | 0.84% | 0.58% | - |
| HSV(B) | 358.33º | 0.76% | 0.93% | - |
| XYZ | 37.67 | 21.56 | 6.88 | - |
| YUV | 112.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 63 | 0 | 0.76 | 0.74 | 0.07 | 358.33 | 0.84 | 0.58 |
| Hex | EE | 3A | 3F | 0 | 4C | 4A | 7 | 166 | 54 | 3A |
| Octal | 356 | 72 | 77 | 0 | 114 | 112 | 7 | 546 | 124 | 72 |
| Binary | 11101110 | 111010 | 111111 | 0 | 1001100 | 1001010 | 111 | 101100110 | 1010100 | 111010 |
Color Harmonies of #EE3A3F
Complementary color
Monochromatic Colors of #EE3A3F
Black with #EE3A3F
Text Example
Text Example
White with #EE3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A3F; }
p { color: rgb(238,58,63); }
H1.HeaderClassName
{
color: #EE3A3F;
}
.AnyTagClassName
{
color: #EE3A3F;
}
</style>
background-color css
<style>
a { background-color: #EE3A3F; }
a { background-color: rgb(238,58,63); }
div.DivClassName
{
background-color: #EE3A3F;
}
.BgClassName
{
background-color: #EE3A3F;
}
</style>
border-color css
<style>
span { border-color: #EE3A3F; }
span { border-color: rgb(238,58,63); }
td.TdClassName
{
border-color: #EE3A3F;
}
.TagClassName
{
border-color: #EE3A3F;
}
</style>