Shades of Alizarin #EF3536
Tints of Alizarin #EF3536
RGB
CMYK
RGB Variations
Color information
#EF3536 (or 0xEF3536) is known color: Alizarin. HEX triplet: EF, 35 and 36. RGB value is (239,53,54). Sum of RGB (Red+Green+Blue) = 239+53+54=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3536 is #10CAC9. Grayscale: #6C6C6C. Windows color (decimal): -1100490 or 3552751. OLE color: 3552751.
HSL color Cylindrical-coordinate representation of color #EF3536: hue angle of 359.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3536 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 54 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.06 |
| HSL | 359.68º | 0.85% | 0.57% | - |
| HSV(B) | 359.68º | 0.78% | 0.94% | - |
| XYZ | 37.54 | 21.16 | 5.6 | - |
| YUV | 108.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 54 | 0 | 0.78 | 0.77 | 0.06 | 359.68 | 0.85 | 0.57 |
| Hex | EF | 35 | 36 | 0 | 4E | 4D | 6 | 168 | 55 | 39 |
| Octal | 357 | 65 | 66 | 0 | 116 | 115 | 6 | 550 | 125 | 71 |
| Binary | 11101111 | 110101 | 110110 | 0 | 1001110 | 1001101 | 110 | 101101000 | 1010101 | 111001 |
Color Harmonies of #EF3536
Complementary color
Monochromatic Colors of #EF3536
Black with #EF3536
Text Example
Text Example
White with #EF3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3536; }
p { color: rgb(239,53,54); }
H1.HeaderClassName
{
color: #EF3536;
}
.AnyTagClassName
{
color: #EF3536;
}
</style>
background-color css
<style>
a { background-color: #EF3536; }
a { background-color: rgb(239,53,54); }
div.DivClassName
{
background-color: #EF3536;
}
.BgClassName
{
background-color: #EF3536;
}
</style>
border-color css
<style>
span { border-color: #EF3536; }
span { border-color: rgb(239,53,54); }
td.TdClassName
{
border-color: #EF3536;
}
.TagClassName
{
border-color: #EF3536;
}
</style>