Shades of Alizarin #EF2B34
Tints of Alizarin #EF2B34
RGB
CMYK
RGB Variations
Color information
#EF2B34 (or 0xEF2B34) is known color: Alizarin. HEX triplet: EF, 2B and 34. RGB value is (239,43,52). Sum of RGB (Red+Green+Blue) = 239+43+52=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B34 is #10D4CB. Grayscale: #666666. Windows color (decimal): -1103052 or 3419119. OLE color: 3419119.
HSL color Cylindrical-coordinate representation of color #EF2B34: hue angle of 357.24º 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 #EF2B34 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 52 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.06 |
| HSL | 357.24º | 0.86% | 0.55% | - |
| HSV(B) | 357.24º | 0.82% | 0.94% | - |
| XYZ | 37.08 | 20.33 | 5.22 | - |
| YUV | 102.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 52 | 0 | 0.82 | 0.78 | 0.06 | 357.24 | 0.86 | 0.55 |
| Hex | EF | 2B | 34 | 0 | 52 | 4E | 6 | 165 | 56 | 37 |
| Octal | 357 | 53 | 64 | 0 | 122 | 116 | 6 | 545 | 126 | 67 |
| Binary | 11101111 | 101011 | 110100 | 0 | 1010010 | 1001110 | 110 | 101100101 | 1010110 | 110111 |
Color Harmonies of #EF2B34
Complementary color
Monochromatic Colors of #EF2B34
Black with #EF2B34
Text Example
Text Example
White with #EF2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B34; }
p { color: rgb(239,43,52); }
H1.HeaderClassName
{
color: #EF2B34;
}
.AnyTagClassName
{
color: #EF2B34;
}
</style>
background-color css
<style>
a { background-color: #EF2B34; }
a { background-color: rgb(239,43,52); }
div.DivClassName
{
background-color: #EF2B34;
}
.BgClassName
{
background-color: #EF2B34;
}
</style>
border-color css
<style>
span { border-color: #EF2B34; }
span { border-color: rgb(239,43,52); }
td.TdClassName
{
border-color: #EF2B34;
}
.TagClassName
{
border-color: #EF2B34;
}
</style>