Shades of Alizarin #EF272C
Tints of Alizarin #EF272C
RGB
CMYK
RGB Variations
Color information
#EF272C (or 0xEF272C) is known color: Alizarin. HEX triplet: EF, 27 and 2C. RGB value is (239,39,44). Sum of RGB (Red+Green+Blue) = 239+39+44=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF272C is #10D8D3. Grayscale: #636363. Windows color (decimal): -1104084 or 2893807. OLE color: 2893807.
HSL color Cylindrical-coordinate representation of color #EF272C: hue angle of 358.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF272C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.06 |
| HSL | 358.5º | 0.86% | 0.55% | - |
| HSV(B) | 358.5º | 0.84% | 0.94% | - |
| XYZ | 36.78 | 19.98 | 4.3 | - |
| YUV | 99.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 44 | 0 | 0.84 | 0.82 | 0.06 | 358.5 | 0.86 | 0.55 |
| Hex | EF | 27 | 2C | 0 | 54 | 52 | 6 | 166 | 56 | 37 |
| Octal | 357 | 47 | 54 | 0 | 124 | 122 | 6 | 546 | 126 | 67 |
| Binary | 11101111 | 100111 | 101100 | 0 | 1010100 | 1010010 | 110 | 101100110 | 1010110 | 110111 |
Color Harmonies of #EF272C
Complementary color
Monochromatic Colors of #EF272C
Black with #EF272C
Text Example
Text Example
White with #EF272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF272C; }
p { color: rgb(239,39,44); }
H1.HeaderClassName
{
color: #EF272C;
}
.AnyTagClassName
{
color: #EF272C;
}
</style>
background-color css
<style>
a { background-color: #EF272C; }
a { background-color: rgb(239,39,44); }
div.DivClassName
{
background-color: #EF272C;
}
.BgClassName
{
background-color: #EF272C;
}
</style>
border-color css
<style>
span { border-color: #EF272C; }
span { border-color: rgb(239,39,44); }
td.TdClassName
{
border-color: #EF272C;
}
.TagClassName
{
border-color: #EF272C;
}
</style>