Shades of Alizarin #EF393B
Tints of Alizarin #EF393B
RGB
CMYK
RGB Variations
Color information
#EF393B (or 0xEF393B) is known color: Alizarin. HEX triplet: EF, 39 and 3B. RGB value is (239,57,59). Sum of RGB (Red+Green+Blue) = 239+57+59=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF393B is #10C6C4. Grayscale: #6F6F6F. Windows color (decimal): -1099461 or 3881455. OLE color: 3881455.
HSL color Cylindrical-coordinate representation of color #EF393B: hue angle of 359.34º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF393B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 59 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.06 |
| HSL | 359.34º | 0.85% | 0.58% | - |
| HSV(B) | 359.34º | 0.76% | 0.94% | - |
| XYZ | 37.85 | 21.59 | 6.31 | - |
| YUV | 111.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 59 | 0 | 0.76 | 0.75 | 0.06 | 359.34 | 0.85 | 0.58 |
| Hex | EF | 39 | 3B | 0 | 4C | 4B | 6 | 167 | 55 | 3A |
| Octal | 357 | 71 | 73 | 0 | 114 | 113 | 6 | 547 | 125 | 72 |
| Binary | 11101111 | 111001 | 111011 | 0 | 1001100 | 1001011 | 110 | 101100111 | 1010101 | 111010 |
Color Harmonies of #EF393B
Complementary color
Monochromatic Colors of #EF393B
Black with #EF393B
Text Example
Text Example
White with #EF393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF393B; }
p { color: rgb(239,57,59); }
H1.HeaderClassName
{
color: #EF393B;
}
.AnyTagClassName
{
color: #EF393B;
}
</style>
background-color css
<style>
a { background-color: #EF393B; }
a { background-color: rgb(239,57,59); }
div.DivClassName
{
background-color: #EF393B;
}
.BgClassName
{
background-color: #EF393B;
}
</style>
border-color css
<style>
span { border-color: #EF393B; }
span { border-color: rgb(239,57,59); }
td.TdClassName
{
border-color: #EF393B;
}
.TagClassName
{
border-color: #EF393B;
}
</style>