Shades of Alizarin #EF373F
Tints of Alizarin #EF373F
RGB
CMYK
RGB Variations
Color information
#EF373F (or 0xEF373F) is known color: Alizarin. HEX triplet: EF, 37 and 3F. RGB value is (239,55,63). Sum of RGB (Red+Green+Blue) = 239+55+63=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF373F is #10C8C0. Grayscale: #6F6F6F. Windows color (decimal): -1099969 or 4143087. OLE color: 4143087.
HSL color Cylindrical-coordinate representation of color #EF373F: hue angle of 357.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF373F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.06 |
| HSL | 357.39º | 0.85% | 0.58% | - |
| HSV(B) | 357.39º | 0.77% | 0.94% | - |
| XYZ | 37.86 | 21.44 | 6.85 | - |
| YUV | 110.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 63 | 0 | 0.77 | 0.74 | 0.06 | 357.39 | 0.85 | 0.58 |
| Hex | EF | 37 | 3F | 0 | 4D | 4A | 6 | 165 | 55 | 3A |
| Octal | 357 | 67 | 77 | 0 | 115 | 112 | 6 | 545 | 125 | 72 |
| Binary | 11101111 | 110111 | 111111 | 0 | 1001101 | 1001010 | 110 | 101100101 | 1010101 | 111010 |
Color Harmonies of #EF373F
Complementary color
Monochromatic Colors of #EF373F
Black with #EF373F
Text Example
Text Example
White with #EF373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF373F; }
p { color: rgb(239,55,63); }
H1.HeaderClassName
{
color: #EF373F;
}
.AnyTagClassName
{
color: #EF373F;
}
</style>
background-color css
<style>
a { background-color: #EF373F; }
a { background-color: rgb(239,55,63); }
div.DivClassName
{
background-color: #EF373F;
}
.BgClassName
{
background-color: #EF373F;
}
</style>
border-color css
<style>
span { border-color: #EF373F; }
span { border-color: rgb(239,55,63); }
td.TdClassName
{
border-color: #EF373F;
}
.TagClassName
{
border-color: #EF373F;
}
</style>