Shades of Alizarin #EF233D
Tints of Alizarin #EF233D
RGB
CMYK
RGB Variations
Color information
#EF233D (or 0xEF233D) is known color: Alizarin. HEX triplet: EF, 23 and 3D. RGB value is (239,35,61). Sum of RGB (Red+Green+Blue) = 239+35+61=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF233D is #10DCC2. Grayscale: #636363. Windows color (decimal): -1105091 or 4006895. OLE color: 4006895.
HSL color Cylindrical-coordinate representation of color #EF233D: hue angle of 352.35º 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 #EF233D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.06 |
| HSL | 352.35º | 0.86% | 0.54% | - |
| HSV(B) | 352.35º | 0.85% | 0.94% | - |
| XYZ | 37.04 | 19.89 | 6.3 | - |
| YUV | 98.96 | 106.59 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 61 | 0 | 0.85 | 0.74 | 0.06 | 352.35 | 0.86 | 0.54 |
| Hex | EF | 23 | 3D | 0 | 55 | 4A | 6 | 160 | 56 | 36 |
| Octal | 357 | 43 | 75 | 0 | 125 | 112 | 6 | 540 | 126 | 66 |
| Binary | 11101111 | 100011 | 111101 | 0 | 1010101 | 1001010 | 110 | 101100000 | 1010110 | 110110 |
Color Harmonies of #EF233D
Complementary color
Monochromatic Colors of #EF233D
Black with #EF233D
Text Example
Text Example
White with #EF233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF233D; }
p { color: rgb(239,35,61); }
H1.HeaderClassName
{
color: #EF233D;
}
.AnyTagClassName
{
color: #EF233D;
}
</style>
background-color css
<style>
a { background-color: #EF233D; }
a { background-color: rgb(239,35,61); }
div.DivClassName
{
background-color: #EF233D;
}
.BgClassName
{
background-color: #EF233D;
}
</style>
border-color css
<style>
span { border-color: #EF233D; }
span { border-color: rgb(239,35,61); }
td.TdClassName
{
border-color: #EF233D;
}
.TagClassName
{
border-color: #EF233D;
}
</style>