Shades of Alizarin #EF3242
Tints of Alizarin #EF3242
RGB
CMYK
RGB Variations
Color information
#EF3242 (or 0xEF3242) is known color: Alizarin. HEX triplet: EF, 32 and 42. RGB value is (239,50,66). Sum of RGB (Red+Green+Blue) = 239+50+66=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3242 is #10CDBD. Grayscale: #6C6C6C. Windows color (decimal): -1101246 or 4338415. OLE color: 4338415.
HSL color Cylindrical-coordinate representation of color #EF3242: hue angle of 354.92º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3242 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 66 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.06 |
| HSL | 354.92º | 0.86% | 0.57% | - |
| HSV(B) | 354.92º | 0.79% | 0.94% | - |
| XYZ | 37.72 | 21.03 | 7.22 | - |
| YUV | 108.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 66 | 0 | 0.79 | 0.72 | 0.06 | 354.92 | 0.86 | 0.57 |
| Hex | EF | 32 | 42 | 0 | 4F | 48 | 6 | 163 | 56 | 39 |
| Octal | 357 | 62 | 102 | 0 | 117 | 110 | 6 | 543 | 126 | 71 |
| Binary | 11101111 | 110010 | 1000010 | 0 | 1001111 | 1001000 | 110 | 101100011 | 1010110 | 111001 |
Color Harmonies of #EF3242
Complementary color
Monochromatic Colors of #EF3242
Black with #EF3242
Text Example
Text Example
White with #EF3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3242; }
p { color: rgb(239,50,66); }
H1.HeaderClassName
{
color: #EF3242;
}
.AnyTagClassName
{
color: #EF3242;
}
</style>
background-color css
<style>
a { background-color: #EF3242; }
a { background-color: rgb(239,50,66); }
div.DivClassName
{
background-color: #EF3242;
}
.BgClassName
{
background-color: #EF3242;
}
</style>
border-color css
<style>
span { border-color: #EF3242; }
span { border-color: rgb(239,50,66); }
td.TdClassName
{
border-color: #EF3242;
}
.TagClassName
{
border-color: #EF3242;
}
</style>