Shades of Alizarin #EF363E
Tints of Alizarin #EF363E
RGB
CMYK
RGB Variations
Color information
#EF363E (or 0xEF363E) is known color: Alizarin. HEX triplet: EF, 36 and 3E. RGB value is (239,54,62). Sum of RGB (Red+Green+Blue) = 239+54+62=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF363E is #10C9C1. Grayscale: #6E6E6E. Windows color (decimal): -1100226 or 4077295. OLE color: 4077295.
HSL color Cylindrical-coordinate representation of color #EF363E: hue angle of 357.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF363E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 62 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.06 |
| HSL | 357.41º | 0.85% | 0.57% | - |
| HSV(B) | 357.41º | 0.77% | 0.94% | - |
| XYZ | 37.79 | 21.34 | 6.68 | - |
| YUV | 110.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 62 | 0 | 0.77 | 0.74 | 0.06 | 357.41 | 0.85 | 0.57 |
| Hex | EF | 36 | 3E | 0 | 4D | 4A | 6 | 165 | 55 | 39 |
| Octal | 357 | 66 | 76 | 0 | 115 | 112 | 6 | 545 | 125 | 71 |
| Binary | 11101111 | 110110 | 111110 | 0 | 1001101 | 1001010 | 110 | 101100101 | 1010101 | 111001 |
Color Harmonies of #EF363E
Complementary color
Monochromatic Colors of #EF363E
Black with #EF363E
Text Example
Text Example
White with #EF363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF363E; }
p { color: rgb(239,54,62); }
H1.HeaderClassName
{
color: #EF363E;
}
.AnyTagClassName
{
color: #EF363E;
}
</style>
background-color css
<style>
a { background-color: #EF363E; }
a { background-color: rgb(239,54,62); }
div.DivClassName
{
background-color: #EF363E;
}
.BgClassName
{
background-color: #EF363E;
}
</style>
border-color css
<style>
span { border-color: #EF363E; }
span { border-color: rgb(239,54,62); }
td.TdClassName
{
border-color: #EF363E;
}
.TagClassName
{
border-color: #EF363E;
}
</style>