Shades of Alizarin #EF3237
Tints of Alizarin #EF3237
RGB
CMYK
RGB Variations
Color information
#EF3237 (or 0xEF3237) is known color: Alizarin. HEX triplet: EF, 32 and 37. RGB value is (239,50,55). Sum of RGB (Red+Green+Blue) = 239+50+55=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3237 is #10CDC8. Grayscale: #6B6B6B. Windows color (decimal): -1101257 or 3617519. OLE color: 3617519.
HSL color Cylindrical-coordinate representation of color #EF3237: hue angle of 358.41º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3237 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 55 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.06 |
| HSL | 358.41º | 0.86% | 0.57% | - |
| HSV(B) | 358.41º | 0.79% | 0.94% | - |
| XYZ | 37.43 | 20.91 | 5.68 | - |
| YUV | 107.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 55 | 0 | 0.79 | 0.77 | 0.06 | 358.41 | 0.86 | 0.57 |
| Hex | EF | 32 | 37 | 0 | 4F | 4D | 6 | 166 | 56 | 39 |
| Octal | 357 | 62 | 67 | 0 | 117 | 115 | 6 | 546 | 126 | 71 |
| Binary | 11101111 | 110010 | 110111 | 0 | 1001111 | 1001101 | 110 | 101100110 | 1010110 | 111001 |
Color Harmonies of #EF3237
Complementary color
Monochromatic Colors of #EF3237
Black with #EF3237
Text Example
Text Example
White with #EF3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3237; }
p { color: rgb(239,50,55); }
H1.HeaderClassName
{
color: #EF3237;
}
.AnyTagClassName
{
color: #EF3237;
}
</style>
background-color css
<style>
a { background-color: #EF3237; }
a { background-color: rgb(239,50,55); }
div.DivClassName
{
background-color: #EF3237;
}
.BgClassName
{
background-color: #EF3237;
}
</style>
border-color css
<style>
span { border-color: #EF3237; }
span { border-color: rgb(239,50,55); }
td.TdClassName
{
border-color: #EF3237;
}
.TagClassName
{
border-color: #EF3237;
}
</style>