Shades of Alizarin #EF2330
Tints of Alizarin #EF2330
RGB
CMYK
RGB Variations
Color information
#EF2330 (or 0xEF2330) is known color: Alizarin. HEX triplet: EF, 23 and 30. RGB value is (239,35,48). Sum of RGB (Red+Green+Blue) = 239+35+48=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2330 is #10DCCF. Grayscale: #616161. Windows color (decimal): -1105104 or 3154927. OLE color: 3154927.
HSL color Cylindrical-coordinate representation of color #EF2330: hue angle of 356.18º 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 #EF2330 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 48 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.06 |
| HSL | 356.18º | 0.86% | 0.54% | - |
| HSV(B) | 356.18º | 0.85% | 0.94% | - |
| XYZ | 36.73 | 19.77 | 4.68 | - |
| YUV | 97.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 48 | 0 | 0.85 | 0.80 | 0.06 | 356.18 | 0.86 | 0.54 |
| Hex | EF | 23 | 30 | 0 | 55 | 50 | 6 | 164 | 56 | 36 |
| Octal | 357 | 43 | 60 | 0 | 125 | 120 | 6 | 544 | 126 | 66 |
| Binary | 11101111 | 100011 | 110000 | 0 | 1010101 | 1010000 | 110 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EF2330
Complementary color
Monochromatic Colors of #EF2330
Black with #EF2330
Text Example
Text Example
White with #EF2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2330; }
p { color: rgb(239,35,48); }
H1.HeaderClassName
{
color: #EF2330;
}
.AnyTagClassName
{
color: #EF2330;
}
</style>
background-color css
<style>
a { background-color: #EF2330; }
a { background-color: rgb(239,35,48); }
div.DivClassName
{
background-color: #EF2330;
}
.BgClassName
{
background-color: #EF2330;
}
</style>
border-color css
<style>
span { border-color: #EF2330; }
span { border-color: rgb(239,35,48); }
td.TdClassName
{
border-color: #EF2330;
}
.TagClassName
{
border-color: #EF2330;
}
</style>