Shades of Alizarin #EF2A34
Tints of Alizarin #EF2A34
RGB
CMYK
RGB Variations
Color information
#EF2A34 (or 0xEF2A34) is known color: Alizarin. HEX triplet: EF, 2A and 34. RGB value is (239,42,52). Sum of RGB (Red+Green+Blue) = 239+42+52=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A34 is #10D5CB. Grayscale: #666666. Windows color (decimal): -1103308 or 3418863. OLE color: 3418863.
HSL color Cylindrical-coordinate representation of color #EF2A34: hue angle of 356.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A34 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 52 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.06 |
| HSL | 356.95º | 0.86% | 0.55% | - |
| HSV(B) | 356.95º | 0.82% | 0.94% | - |
| XYZ | 37.04 | 20.25 | 5.21 | - |
| YUV | 102.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 52 | 0 | 0.82 | 0.78 | 0.06 | 356.95 | 0.86 | 0.55 |
| Hex | EF | 2A | 34 | 0 | 52 | 4E | 6 | 165 | 56 | 37 |
| Octal | 357 | 52 | 64 | 0 | 122 | 116 | 6 | 545 | 126 | 67 |
| Binary | 11101111 | 101010 | 110100 | 0 | 1010010 | 1001110 | 110 | 101100101 | 1010110 | 110111 |
Color Harmonies of #EF2A34
Complementary color
Monochromatic Colors of #EF2A34
Black with #EF2A34
Text Example
Text Example
White with #EF2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A34; }
p { color: rgb(239,42,52); }
H1.HeaderClassName
{
color: #EF2A34;
}
.AnyTagClassName
{
color: #EF2A34;
}
</style>
background-color css
<style>
a { background-color: #EF2A34; }
a { background-color: rgb(239,42,52); }
div.DivClassName
{
background-color: #EF2A34;
}
.BgClassName
{
background-color: #EF2A34;
}
</style>
border-color css
<style>
span { border-color: #EF2A34; }
span { border-color: rgb(239,42,52); }
td.TdClassName
{
border-color: #EF2A34;
}
.TagClassName
{
border-color: #EF2A34;
}
</style>