Shades of Alizarin #EF1B36
Tints of Alizarin #EF1B36
RGB
CMYK
RGB Variations
Color information
#EF1B36 (or 0xEF1B36) is known color: Alizarin. HEX triplet: EF, 1B and 36. RGB value is (239,27,54). Sum of RGB (Red+Green+Blue) = 239+27+54=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B36 is #10E4C9. Grayscale: #5D5D5D. Windows color (decimal): -1107146 or 3546095. OLE color: 3546095.
HSL color Cylindrical-coordinate representation of color #EF1B36: hue angle of 352.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B36 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 54 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.06 |
| HSL | 352.36º | 0.87% | 0.52% | - |
| HSV(B) | 352.36º | 0.89% | 0.94% | - |
| XYZ | 36.65 | 19.4 | 5.3 | - |
| YUV | 93.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 54 | 0 | 0.89 | 0.77 | 0.06 | 352.36 | 0.87 | 0.52 |
| Hex | EF | 1B | 36 | 0 | 59 | 4D | 6 | 160 | 57 | 34 |
| Octal | 357 | 33 | 66 | 0 | 131 | 115 | 6 | 540 | 127 | 64 |
| Binary | 11101111 | 11011 | 110110 | 0 | 1011001 | 1001101 | 110 | 101100000 | 1010111 | 110100 |
Color Harmonies of #EF1B36
Complementary color
Monochromatic Colors of #EF1B36
Black with #EF1B36
Text Example
Text Example
White with #EF1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B36; }
p { color: rgb(239,27,54); }
H1.HeaderClassName
{
color: #EF1B36;
}
.AnyTagClassName
{
color: #EF1B36;
}
</style>
background-color css
<style>
a { background-color: #EF1B36; }
a { background-color: rgb(239,27,54); }
div.DivClassName
{
background-color: #EF1B36;
}
.BgClassName
{
background-color: #EF1B36;
}
</style>
border-color css
<style>
span { border-color: #EF1B36; }
span { border-color: rgb(239,27,54); }
td.TdClassName
{
border-color: #EF1B36;
}
.TagClassName
{
border-color: #EF1B36;
}
</style>