Shades of Alizarin #EF273F
Tints of Alizarin #EF273F
RGB
CMYK
RGB Variations
Color information
#EF273F (or 0xEF273F) is known color: Alizarin. HEX triplet: EF, 27 and 3F. RGB value is (239,39,63). Sum of RGB (Red+Green+Blue) = 239+39+63=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF273F is #10D8C0. Grayscale: #656565. Windows color (decimal): -1104065 or 4138991. OLE color: 4138991.
HSL color Cylindrical-coordinate representation of color #EF273F: hue angle of 352.8º 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 #EF273F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 352.8º | 0.86% | 0.55% | - |
| HSV(B) | 352.8º | 0.84% | 0.94% | - |
| XYZ | 37.22 | 20.16 | 6.63 | - |
| YUV | 101.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 63 | 0 | 0.84 | 0.74 | 0.06 | 352.8 | 0.86 | 0.55 |
| Hex | EF | 27 | 3F | 0 | 54 | 4A | 6 | 161 | 56 | 37 |
| Octal | 357 | 47 | 77 | 0 | 124 | 112 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 100111 | 111111 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF273F
Complementary color
Monochromatic Colors of #EF273F
Black with #EF273F
Text Example
Text Example
White with #EF273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF273F; }
p { color: rgb(239,39,63); }
H1.HeaderClassName
{
color: #EF273F;
}
.AnyTagClassName
{
color: #EF273F;
}
</style>
background-color css
<style>
a { background-color: #EF273F; }
a { background-color: rgb(239,39,63); }
div.DivClassName
{
background-color: #EF273F;
}
.BgClassName
{
background-color: #EF273F;
}
</style>
border-color css
<style>
span { border-color: #EF273F; }
span { border-color: rgb(239,39,63); }
td.TdClassName
{
border-color: #EF273F;
}
.TagClassName
{
border-color: #EF273F;
}
</style>