Shades of Alizarin #EF273A
Tints of Alizarin #EF273A
RGB
CMYK
RGB Variations
Color information
#EF273A (or 0xEF273A) is known color: Alizarin. HEX triplet: EF, 27 and 3A. RGB value is (239,39,58). Sum of RGB (Red+Green+Blue) = 239+39+58=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF273A is #10D8C5. Grayscale: #656565. Windows color (decimal): -1104070 or 3811311. OLE color: 3811311.
HSL color Cylindrical-coordinate representation of color #EF273A: hue angle of 354.3º 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 #EF273A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 58 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.06 |
| HSL | 354.3º | 0.86% | 0.55% | - |
| HSV(B) | 354.3º | 0.84% | 0.94% | - |
| XYZ | 37.09 | 20.11 | 5.93 | - |
| YUV | 100.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 58 | 0 | 0.84 | 0.76 | 0.06 | 354.3 | 0.86 | 0.55 |
| Hex | EF | 27 | 3A | 0 | 54 | 4C | 6 | 162 | 56 | 37 |
| Octal | 357 | 47 | 72 | 0 | 124 | 114 | 6 | 542 | 126 | 67 |
| Binary | 11101111 | 100111 | 111010 | 0 | 1010100 | 1001100 | 110 | 101100010 | 1010110 | 110111 |
Color Harmonies of #EF273A
Complementary color
Monochromatic Colors of #EF273A
Black with #EF273A
Text Example
Text Example
White with #EF273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF273A; }
p { color: rgb(239,39,58); }
H1.HeaderClassName
{
color: #EF273A;
}
.AnyTagClassName
{
color: #EF273A;
}
</style>
background-color css
<style>
a { background-color: #EF273A; }
a { background-color: rgb(239,39,58); }
div.DivClassName
{
background-color: #EF273A;
}
.BgClassName
{
background-color: #EF273A;
}
</style>
border-color css
<style>
span { border-color: #EF273A; }
span { border-color: rgb(239,39,58); }
td.TdClassName
{
border-color: #EF273A;
}
.TagClassName
{
border-color: #EF273A;
}
</style>