Shades of Alizarin #EF353A
Tints of Alizarin #EF353A
RGB
CMYK
RGB Variations
Color information
#EF353A (or 0xEF353A) is known color: Alizarin. HEX triplet: EF, 35 and 3A. RGB value is (239,53,58). Sum of RGB (Red+Green+Blue) = 239+53+58=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF353A is #10CAC5. Grayscale: #6D6D6D. Windows color (decimal): -1100486 or 3814895. OLE color: 3814895.
HSL color Cylindrical-coordinate representation of color #EF353A: hue angle of 358.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF353A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 58 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.06 |
| HSL | 358.39º | 0.85% | 0.57% | - |
| HSV(B) | 358.39º | 0.78% | 0.94% | - |
| XYZ | 37.63 | 21.2 | 6.11 | - |
| YUV | 109.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 58 | 0 | 0.78 | 0.76 | 0.06 | 358.39 | 0.85 | 0.57 |
| Hex | EF | 35 | 3A | 0 | 4E | 4C | 6 | 166 | 55 | 39 |
| Octal | 357 | 65 | 72 | 0 | 116 | 114 | 6 | 546 | 125 | 71 |
| Binary | 11101111 | 110101 | 111010 | 0 | 1001110 | 1001100 | 110 | 101100110 | 1010101 | 111001 |
Color Harmonies of #EF353A
Complementary color
Monochromatic Colors of #EF353A
Black with #EF353A
Text Example
Text Example
White with #EF353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF353A; }
p { color: rgb(239,53,58); }
H1.HeaderClassName
{
color: #EF353A;
}
.AnyTagClassName
{
color: #EF353A;
}
</style>
background-color css
<style>
a { background-color: #EF353A; }
a { background-color: rgb(239,53,58); }
div.DivClassName
{
background-color: #EF353A;
}
.BgClassName
{
background-color: #EF353A;
}
</style>
border-color css
<style>
span { border-color: #EF353A; }
span { border-color: rgb(239,53,58); }
td.TdClassName
{
border-color: #EF353A;
}
.TagClassName
{
border-color: #EF353A;
}
</style>