Shades of Alizarin #EF1F31
Tints of Alizarin #EF1F31
RGB
CMYK
RGB Variations
Color information
#EF1F31 (or 0xEF1F31) is known color: Alizarin. HEX triplet: EF, 1F and 31. RGB value is (239,31,49). Sum of RGB (Red+Green+Blue) = 239+31+49=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F31 is #10E0CE. Grayscale: #5F5F5F. Windows color (decimal): -1106127 or 3219439. OLE color: 3219439.
HSL color Cylindrical-coordinate representation of color #EF1F31: hue angle of 354.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F31 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 49 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.06 |
| HSL | 354.81º | 0.87% | 0.53% | - |
| HSV(B) | 354.81º | 0.87% | 0.94% | - |
| XYZ | 36.64 | 19.55 | 4.75 | - |
| YUV | 95.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 49 | 0 | 0.87 | 0.79 | 0.06 | 354.81 | 0.87 | 0.53 |
| Hex | EF | 1F | 31 | 0 | 57 | 4F | 6 | 163 | 57 | 35 |
| Octal | 357 | 37 | 61 | 0 | 127 | 117 | 6 | 543 | 127 | 65 |
| Binary | 11101111 | 11111 | 110001 | 0 | 1010111 | 1001111 | 110 | 101100011 | 1010111 | 110101 |
Color Harmonies of #EF1F31
Complementary color
Monochromatic Colors of #EF1F31
Black with #EF1F31
Text Example
Text Example
White with #EF1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F31; }
p { color: rgb(239,31,49); }
H1.HeaderClassName
{
color: #EF1F31;
}
.AnyTagClassName
{
color: #EF1F31;
}
</style>
background-color css
<style>
a { background-color: #EF1F31; }
a { background-color: rgb(239,31,49); }
div.DivClassName
{
background-color: #EF1F31;
}
.BgClassName
{
background-color: #EF1F31;
}
</style>
border-color css
<style>
span { border-color: #EF1F31; }
span { border-color: rgb(239,31,49); }
td.TdClassName
{
border-color: #EF1F31;
}
.TagClassName
{
border-color: #EF1F31;
}
</style>