Shades of Alizarin #EF232F
Tints of Alizarin #EF232F
RGB
CMYK
RGB Variations
Color information
#EF232F (or 0xEF232F) is known color: Alizarin. HEX triplet: EF, 23 and 2F. RGB value is (239,35,47). Sum of RGB (Red+Green+Blue) = 239+35+47=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF232F is #10DCD0. Grayscale: #616161. Windows color (decimal): -1105105 or 3089391. OLE color: 3089391.
HSL color Cylindrical-coordinate representation of color #EF232F: hue angle of 356.47º 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 #EF232F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.06 |
| HSL | 356.47º | 0.86% | 0.54% | - |
| HSV(B) | 356.47º | 0.85% | 0.94% | - |
| XYZ | 36.71 | 19.76 | 4.57 | - |
| YUV | 97.36 | 99.59 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 47 | 0 | 0.85 | 0.80 | 0.06 | 356.47 | 0.86 | 0.54 |
| Hex | EF | 23 | 2F | 0 | 55 | 50 | 6 | 164 | 56 | 36 |
| Octal | 357 | 43 | 57 | 0 | 125 | 120 | 6 | 544 | 126 | 66 |
| Binary | 11101111 | 100011 | 101111 | 0 | 1010101 | 1010000 | 110 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EF232F
Complementary color
Monochromatic Colors of #EF232F
Black with #EF232F
Text Example
Text Example
White with #EF232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF232F; }
p { color: rgb(239,35,47); }
H1.HeaderClassName
{
color: #EF232F;
}
.AnyTagClassName
{
color: #EF232F;
}
</style>
background-color css
<style>
a { background-color: #EF232F; }
a { background-color: rgb(239,35,47); }
div.DivClassName
{
background-color: #EF232F;
}
.BgClassName
{
background-color: #EF232F;
}
</style>
border-color css
<style>
span { border-color: #EF232F; }
span { border-color: rgb(239,35,47); }
td.TdClassName
{
border-color: #EF232F;
}
.TagClassName
{
border-color: #EF232F;
}
</style>