Shades of Alizarin #EF2833
Tints of Alizarin #EF2833
RGB
CMYK
RGB Variations
Color information
#EF2833 (or 0xEF2833) is known color: Alizarin. HEX triplet: EF, 28 and 33. RGB value is (239,40,51). Sum of RGB (Red+Green+Blue) = 239+40+51=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2833 is #10D7CC. Grayscale: #646464. Windows color (decimal): -1103821 or 3352815. OLE color: 3352815.
HSL color Cylindrical-coordinate representation of color #EF2833: hue angle of 356.68º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2833 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 51 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.06 |
| HSL | 356.68º | 0.86% | 0.55% | - |
| HSV(B) | 356.68º | 0.83% | 0.94% | - |
| XYZ | 36.95 | 20.11 | 5.07 | - |
| YUV | 100.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 51 | 0 | 0.83 | 0.79 | 0.06 | 356.68 | 0.86 | 0.55 |
| Hex | EF | 28 | 33 | 0 | 53 | 4F | 6 | 165 | 56 | 37 |
| Octal | 357 | 50 | 63 | 0 | 123 | 117 | 6 | 545 | 126 | 67 |
| Binary | 11101111 | 101000 | 110011 | 0 | 1010011 | 1001111 | 110 | 101100101 | 1010110 | 110111 |
Color Harmonies of #EF2833
Complementary color
Monochromatic Colors of #EF2833
Black with #EF2833
Text Example
Text Example
White with #EF2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2833; }
p { color: rgb(239,40,51); }
H1.HeaderClassName
{
color: #EF2833;
}
.AnyTagClassName
{
color: #EF2833;
}
</style>
background-color css
<style>
a { background-color: #EF2833; }
a { background-color: rgb(239,40,51); }
div.DivClassName
{
background-color: #EF2833;
}
.BgClassName
{
background-color: #EF2833;
}
</style>
border-color css
<style>
span { border-color: #EF2833; }
span { border-color: rgb(239,40,51); }
td.TdClassName
{
border-color: #EF2833;
}
.TagClassName
{
border-color: #EF2833;
}
</style>