Shades of Alizarin #EF2A42
Tints of Alizarin #EF2A42
RGB
CMYK
RGB Variations
Color information
#EF2A42 (or 0xEF2A42) is known color: Alizarin. HEX triplet: EF, 2A and 42. RGB value is (239,42,66). Sum of RGB (Red+Green+Blue) = 239+42+66=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A42 is #10D5BD. Grayscale: #676767. Windows color (decimal): -1103294 or 4336367. OLE color: 4336367.
HSL color Cylindrical-coordinate representation of color #EF2A42: hue angle of 352.69º 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 #EF2A42 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 66 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.06 |
| HSL | 352.69º | 0.86% | 0.55% | - |
| HSV(B) | 352.69º | 0.82% | 0.94% | - |
| XYZ | 37.41 | 20.4 | 7.12 | - |
| YUV | 103.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 66 | 0 | 0.82 | 0.72 | 0.06 | 352.69 | 0.86 | 0.55 |
| Hex | EF | 2A | 42 | 0 | 52 | 48 | 6 | 161 | 56 | 37 |
| Octal | 357 | 52 | 102 | 0 | 122 | 110 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 101010 | 1000010 | 0 | 1010010 | 1001000 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF2A42
Complementary color
Monochromatic Colors of #EF2A42
Black with #EF2A42
Text Example
Text Example
White with #EF2A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A42; }
p { color: rgb(239,42,66); }
H1.HeaderClassName
{
color: #EF2A42;
}
.AnyTagClassName
{
color: #EF2A42;
}
</style>
background-color css
<style>
a { background-color: #EF2A42; }
a { background-color: rgb(239,42,66); }
div.DivClassName
{
background-color: #EF2A42;
}
.BgClassName
{
background-color: #EF2A42;
}
</style>
border-color css
<style>
span { border-color: #EF2A42; }
span { border-color: rgb(239,42,66); }
td.TdClassName
{
border-color: #EF2A42;
}
.TagClassName
{
border-color: #EF2A42;
}
</style>