Shades of Alizarin #EF1E33
Tints of Alizarin #EF1E33
RGB
CMYK
RGB Variations
Color information
#EF1E33 (or 0xEF1E33) is known color: Alizarin. HEX triplet: EF, 1E and 33. RGB value is (239,30,51). Sum of RGB (Red+Green+Blue) = 239+30+51=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E33 is #10E1CC. Grayscale: #5F5F5F. Windows color (decimal): -1106381 or 3350255. OLE color: 3350255.
HSL color Cylindrical-coordinate representation of color #EF1E33: hue angle of 353.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E33 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 51 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.06 |
| HSL | 353.97º | 0.87% | 0.53% | - |
| HSV(B) | 353.97º | 0.87% | 0.94% | - |
| XYZ | 36.66 | 19.52 | 4.97 | - |
| YUV | 94.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 51 | 0 | 0.87 | 0.79 | 0.06 | 353.97 | 0.87 | 0.53 |
| Hex | EF | 1E | 33 | 0 | 57 | 4F | 6 | 162 | 57 | 35 |
| Octal | 357 | 36 | 63 | 0 | 127 | 117 | 6 | 542 | 127 | 65 |
| Binary | 11101111 | 11110 | 110011 | 0 | 1010111 | 1001111 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #EF1E33
Complementary color
Monochromatic Colors of #EF1E33
Black with #EF1E33
Text Example
Text Example
White with #EF1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E33; }
p { color: rgb(239,30,51); }
H1.HeaderClassName
{
color: #EF1E33;
}
.AnyTagClassName
{
color: #EF1E33;
}
</style>
background-color css
<style>
a { background-color: #EF1E33; }
a { background-color: rgb(239,30,51); }
div.DivClassName
{
background-color: #EF1E33;
}
.BgClassName
{
background-color: #EF1E33;
}
</style>
border-color css
<style>
span { border-color: #EF1E33; }
span { border-color: rgb(239,30,51); }
td.TdClassName
{
border-color: #EF1E33;
}
.TagClassName
{
border-color: #EF1E33;
}
</style>