Shades of Alizarin #EF2333
Tints of Alizarin #EF2333
RGB
CMYK
RGB Variations
Color information
#EF2333 (or 0xEF2333) is known color: Alizarin. HEX triplet: EF, 23 and 33. RGB value is (239,35,51). Sum of RGB (Red+Green+Blue) = 239+35+51=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2333 is #10DCCC. Grayscale: #616161. Windows color (decimal): -1105101 or 3351535. OLE color: 3351535.
HSL color Cylindrical-coordinate representation of color #EF2333: hue angle of 355.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2333 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 51 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.06 |
| HSL | 355.29º | 0.86% | 0.54% | - |
| HSV(B) | 355.29º | 0.85% | 0.94% | - |
| XYZ | 36.8 | 19.79 | 5.01 | - |
| YUV | 97.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 51 | 0 | 0.85 | 0.79 | 0.06 | 355.29 | 0.86 | 0.54 |
| Hex | EF | 23 | 33 | 0 | 55 | 4F | 6 | 163 | 56 | 36 |
| Octal | 357 | 43 | 63 | 0 | 125 | 117 | 6 | 543 | 126 | 66 |
| Binary | 11101111 | 100011 | 110011 | 0 | 1010101 | 1001111 | 110 | 101100011 | 1010110 | 110110 |
Color Harmonies of #EF2333
Complementary color
Monochromatic Colors of #EF2333
Black with #EF2333
Text Example
Text Example
White with #EF2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2333; }
p { color: rgb(239,35,51); }
H1.HeaderClassName
{
color: #EF2333;
}
.AnyTagClassName
{
color: #EF2333;
}
</style>
background-color css
<style>
a { background-color: #EF2333; }
a { background-color: rgb(239,35,51); }
div.DivClassName
{
background-color: #EF2333;
}
.BgClassName
{
background-color: #EF2333;
}
</style>
border-color css
<style>
span { border-color: #EF2333; }
span { border-color: rgb(239,35,51); }
td.TdClassName
{
border-color: #EF2333;
}
.TagClassName
{
border-color: #EF2333;
}
</style>