Shades of Alizarin #EF1C23
Tints of Alizarin #EF1C23
RGB
CMYK
RGB Variations
Color information
#EF1C23 (or 0xEF1C23) is known color: Alizarin. HEX triplet: EF, 1C and 23. RGB value is (239,28,35). Sum of RGB (Red+Green+Blue) = 239+28+35=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C23 is #10E3DC. Grayscale: #5C5C5C. Windows color (decimal): -1106909 or 2301167. OLE color: 2301167.
HSL color Cylindrical-coordinate representation of color #EF1C23: hue angle of 358.01º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C23 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 35 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.06 |
| HSL | 358.01º | 0.87% | 0.52% | - |
| HSV(B) | 358.01º | 0.88% | 0.94% | - |
| XYZ | 36.32 | 19.3 | 3.4 | - |
| YUV | 91.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 35 | 0 | 0.88 | 0.85 | 0.06 | 358.01 | 0.87 | 0.52 |
| Hex | EF | 1C | 23 | 0 | 58 | 55 | 6 | 166 | 57 | 34 |
| Octal | 357 | 34 | 43 | 0 | 130 | 125 | 6 | 546 | 127 | 64 |
| Binary | 11101111 | 11100 | 100011 | 0 | 1011000 | 1010101 | 110 | 101100110 | 1010111 | 110100 |
Color Harmonies of #EF1C23
Complementary color
Monochromatic Colors of #EF1C23
Black with #EF1C23
Text Example
Text Example
White with #EF1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C23; }
p { color: rgb(239,28,35); }
H1.HeaderClassName
{
color: #EF1C23;
}
.AnyTagClassName
{
color: #EF1C23;
}
</style>
background-color css
<style>
a { background-color: #EF1C23; }
a { background-color: rgb(239,28,35); }
div.DivClassName
{
background-color: #EF1C23;
}
.BgClassName
{
background-color: #EF1C23;
}
</style>
border-color css
<style>
span { border-color: #EF1C23; }
span { border-color: rgb(239,28,35); }
td.TdClassName
{
border-color: #EF1C23;
}
.TagClassName
{
border-color: #EF1C23;
}
</style>