Shades of Alizarin #EF233F
Tints of Alizarin #EF233F
RGB
CMYK
RGB Variations
Color information
#EF233F (or 0xEF233F) is known color: Alizarin. HEX triplet: EF, 23 and 3F. RGB value is (239,35,63). Sum of RGB (Red+Green+Blue) = 239+35+63=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF233F is #10DCC0. Grayscale: #636363. Windows color (decimal): -1105089 or 4137967. OLE color: 4137967.
HSL color Cylindrical-coordinate representation of color #EF233F: hue angle of 351.76º 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 #EF233F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 63 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.06 |
| HSL | 351.76º | 0.86% | 0.54% | - |
| HSV(B) | 351.76º | 0.85% | 0.94% | - |
| XYZ | 37.09 | 19.91 | 6.59 | - |
| YUV | 99.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 63 | 0 | 0.85 | 0.74 | 0.06 | 351.76 | 0.86 | 0.54 |
| Hex | EF | 23 | 3F | 0 | 55 | 4A | 6 | 160 | 56 | 36 |
| Octal | 357 | 43 | 77 | 0 | 125 | 112 | 6 | 540 | 126 | 66 |
| Binary | 11101111 | 100011 | 111111 | 0 | 1010101 | 1001010 | 110 | 101100000 | 1010110 | 110110 |
Color Harmonies of #EF233F
Complementary color
Monochromatic Colors of #EF233F
Black with #EF233F
Text Example
Text Example
White with #EF233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF233F; }
p { color: rgb(239,35,63); }
H1.HeaderClassName
{
color: #EF233F;
}
.AnyTagClassName
{
color: #EF233F;
}
</style>
background-color css
<style>
a { background-color: #EF233F; }
a { background-color: rgb(239,35,63); }
div.DivClassName
{
background-color: #EF233F;
}
.BgClassName
{
background-color: #EF233F;
}
</style>
border-color css
<style>
span { border-color: #EF233F; }
span { border-color: rgb(239,35,63); }
td.TdClassName
{
border-color: #EF233F;
}
.TagClassName
{
border-color: #EF233F;
}
</style>