Shades of Alizarin #EF1B2F
Tints of Alizarin #EF1B2F
RGB
CMYK
RGB Variations
Color information
#EF1B2F (or 0xEF1B2F) is known color: Alizarin. HEX triplet: EF, 1B and 2F. RGB value is (239,27,47). Sum of RGB (Red+Green+Blue) = 239+27+47=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B2F is #10E4D0. Grayscale: #5C5C5C. Windows color (decimal): -1107153 or 3087343. OLE color: 3087343.
HSL color Cylindrical-coordinate representation of color #EF1B2F: hue angle of 354.34º 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 #EF1B2F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 47 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.06 |
| HSL | 354.34º | 0.87% | 0.52% | - |
| HSV(B) | 354.34º | 0.89% | 0.94% | - |
| XYZ | 36.5 | 19.34 | 4.5 | - |
| YUV | 92.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 47 | 0 | 0.89 | 0.80 | 0.06 | 354.34 | 0.87 | 0.52 |
| Hex | EF | 1B | 2F | 0 | 59 | 50 | 6 | 162 | 57 | 34 |
| Octal | 357 | 33 | 57 | 0 | 131 | 120 | 6 | 542 | 127 | 64 |
| Binary | 11101111 | 11011 | 101111 | 0 | 1011001 | 1010000 | 110 | 101100010 | 1010111 | 110100 |
Color Harmonies of #EF1B2F
Complementary color
Monochromatic Colors of #EF1B2F
Black with #EF1B2F
Text Example
Text Example
White with #EF1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B2F; }
p { color: rgb(239,27,47); }
H1.HeaderClassName
{
color: #EF1B2F;
}
.AnyTagClassName
{
color: #EF1B2F;
}
</style>
background-color css
<style>
a { background-color: #EF1B2F; }
a { background-color: rgb(239,27,47); }
div.DivClassName
{
background-color: #EF1B2F;
}
.BgClassName
{
background-color: #EF1B2F;
}
</style>
border-color css
<style>
span { border-color: #EF1B2F; }
span { border-color: rgb(239,27,47); }
td.TdClassName
{
border-color: #EF1B2F;
}
.TagClassName
{
border-color: #EF1B2F;
}
</style>