Shades of Alizarin #EF1E26
Tints of Alizarin #EF1E26
RGB
CMYK
RGB Variations
Color information
#EF1E26 (or 0xEF1E26) is known color: Alizarin. HEX triplet: EF, 1E and 26. RGB value is (239,30,38). Sum of RGB (Red+Green+Blue) = 239+30+38=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E26 is #10E1D9. Grayscale: #5D5D5D. Windows color (decimal): -1106394 or 2498287. OLE color: 2498287.
HSL color Cylindrical-coordinate representation of color #EF1E26: hue angle of 357.7º 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 #EF1E26 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 38 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.06 |
| HSL | 357.7º | 0.87% | 0.53% | - |
| HSV(B) | 357.7º | 0.87% | 0.94% | - |
| XYZ | 36.41 | 19.42 | 3.66 | - |
| YUV | 93.4 | 96.74 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 38 | 0 | 0.87 | 0.84 | 0.06 | 357.7 | 0.87 | 0.53 |
| Hex | EF | 1E | 26 | 0 | 57 | 54 | 6 | 166 | 57 | 35 |
| Octal | 357 | 36 | 46 | 0 | 127 | 124 | 6 | 546 | 127 | 65 |
| Binary | 11101111 | 11110 | 100110 | 0 | 1010111 | 1010100 | 110 | 101100110 | 1010111 | 110101 |
Color Harmonies of #EF1E26
Complementary color
Monochromatic Colors of #EF1E26
Black with #EF1E26
Text Example
Text Example
White with #EF1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E26; }
p { color: rgb(239,30,38); }
H1.HeaderClassName
{
color: #EF1E26;
}
.AnyTagClassName
{
color: #EF1E26;
}
</style>
background-color css
<style>
a { background-color: #EF1E26; }
a { background-color: rgb(239,30,38); }
div.DivClassName
{
background-color: #EF1E26;
}
.BgClassName
{
background-color: #EF1E26;
}
</style>
border-color css
<style>
span { border-color: #EF1E26; }
span { border-color: rgb(239,30,38); }
td.TdClassName
{
border-color: #EF1E26;
}
.TagClassName
{
border-color: #EF1E26;
}
</style>