Shades of Alizarin #EF233B
Tints of Alizarin #EF233B
RGB
CMYK
RGB Variations
Color information
#EF233B (or 0xEF233B) is known color: Alizarin. HEX triplet: EF, 23 and 3B. RGB value is (239,35,59). Sum of RGB (Red+Green+Blue) = 239+35+59=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF233B is #10DCC4. Grayscale: #626262. Windows color (decimal): -1105093 or 3875823. OLE color: 3875823.
HSL color Cylindrical-coordinate representation of color #EF233B: hue angle of 352.94º 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 #EF233B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 59 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 352.94º | 0.86% | 0.54% | - |
| HSV(B) | 352.94º | 0.85% | 0.94% | - |
| XYZ | 36.99 | 19.87 | 6.02 | - |
| YUV | 98.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 59 | 0 | 0.85 | 0.75 | 0.06 | 352.94 | 0.86 | 0.54 |
| Hex | EF | 23 | 3B | 0 | 55 | 4B | 6 | 161 | 56 | 36 |
| Octal | 357 | 43 | 73 | 0 | 125 | 113 | 6 | 541 | 126 | 66 |
| Binary | 11101111 | 100011 | 111011 | 0 | 1010101 | 1001011 | 110 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EF233B
Complementary color
Monochromatic Colors of #EF233B
Black with #EF233B
Text Example
Text Example
White with #EF233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF233B; }
p { color: rgb(239,35,59); }
H1.HeaderClassName
{
color: #EF233B;
}
.AnyTagClassName
{
color: #EF233B;
}
</style>
background-color css
<style>
a { background-color: #EF233B; }
a { background-color: rgb(239,35,59); }
div.DivClassName
{
background-color: #EF233B;
}
.BgClassName
{
background-color: #EF233B;
}
</style>
border-color css
<style>
span { border-color: #EF233B; }
span { border-color: rgb(239,35,59); }
td.TdClassName
{
border-color: #EF233B;
}
.TagClassName
{
border-color: #EF233B;
}
</style>