Shades of Alizarin #EF232B
Tints of Alizarin #EF232B
RGB
CMYK
RGB Variations
Color information
#EF232B (or 0xEF232B) is known color: Alizarin. HEX triplet: EF, 23 and 2B. RGB value is (239,35,43). Sum of RGB (Red+Green+Blue) = 239+35+43=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF232B is #10DCD4. Grayscale: #616161. Windows color (decimal): -1105109 or 2827247. OLE color: 2827247.
HSL color Cylindrical-coordinate representation of color #EF232B: hue angle of 357.65º 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 #EF232B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 357.65º | 0.86% | 0.54% | - |
| HSV(B) | 357.65º | 0.85% | 0.94% | - |
| XYZ | 36.63 | 19.73 | 4.16 | - |
| YUV | 96.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 43 | 0 | 0.85 | 0.82 | 0.06 | 357.65 | 0.86 | 0.54 |
| Hex | EF | 23 | 2B | 0 | 55 | 52 | 6 | 166 | 56 | 36 |
| Octal | 357 | 43 | 53 | 0 | 125 | 122 | 6 | 546 | 126 | 66 |
| Binary | 11101111 | 100011 | 101011 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EF232B
Complementary color
Monochromatic Colors of #EF232B
Black with #EF232B
Text Example
Text Example
White with #EF232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF232B; }
p { color: rgb(239,35,43); }
H1.HeaderClassName
{
color: #EF232B;
}
.AnyTagClassName
{
color: #EF232B;
}
</style>
background-color css
<style>
a { background-color: #EF232B; }
a { background-color: rgb(239,35,43); }
div.DivClassName
{
background-color: #EF232B;
}
.BgClassName
{
background-color: #EF232B;
}
</style>
border-color css
<style>
span { border-color: #EF232B; }
span { border-color: rgb(239,35,43); }
td.TdClassName
{
border-color: #EF232B;
}
.TagClassName
{
border-color: #EF232B;
}
</style>