Shades of Alizarin #EF293F
Tints of Alizarin #EF293F
RGB
CMYK
RGB Variations
Color information
#EF293F (or 0xEF293F) is known color: Alizarin. HEX triplet: EF, 29 and 3F. RGB value is (239,41,63). Sum of RGB (Red+Green+Blue) = 239+41+63=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF293F is #10D6C0. Grayscale: #666666. Windows color (decimal): -1103553 or 4139503. OLE color: 4139503.
HSL color Cylindrical-coordinate representation of color #EF293F: hue angle of 353.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF293F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 63 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.06 |
| HSL | 353.33º | 0.86% | 0.55% | - |
| HSV(B) | 353.33º | 0.83% | 0.94% | - |
| XYZ | 37.29 | 20.3 | 6.65 | - |
| YUV | 102.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 63 | 0 | 0.83 | 0.74 | 0.06 | 353.33 | 0.86 | 0.55 |
| Hex | EF | 29 | 3F | 0 | 53 | 4A | 6 | 161 | 56 | 37 |
| Octal | 357 | 51 | 77 | 0 | 123 | 112 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 101001 | 111111 | 0 | 1010011 | 1001010 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF293F
Complementary color
Monochromatic Colors of #EF293F
Black with #EF293F
Text Example
Text Example
White with #EF293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF293F; }
p { color: rgb(239,41,63); }
H1.HeaderClassName
{
color: #EF293F;
}
.AnyTagClassName
{
color: #EF293F;
}
</style>
background-color css
<style>
a { background-color: #EF293F; }
a { background-color: rgb(239,41,63); }
div.DivClassName
{
background-color: #EF293F;
}
.BgClassName
{
background-color: #EF293F;
}
</style>
border-color css
<style>
span { border-color: #EF293F; }
span { border-color: rgb(239,41,63); }
td.TdClassName
{
border-color: #EF293F;
}
.TagClassName
{
border-color: #EF293F;
}
</style>