Shades of Alizarin #EF323F
Tints of Alizarin #EF323F
RGB
CMYK
RGB Variations
Color information
#EF323F (or 0xEF323F) is known color: Alizarin. HEX triplet: EF, 32 and 3F. RGB value is (239,50,63). Sum of RGB (Red+Green+Blue) = 239+50+63=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF323F is #10CDC0. Grayscale: #6C6C6C. Windows color (decimal): -1101249 or 4141807. OLE color: 4141807.
HSL color Cylindrical-coordinate representation of color #EF323F: hue angle of 355.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF323F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 63 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.06 |
| HSL | 355.87º | 0.86% | 0.57% | - |
| HSV(B) | 355.87º | 0.79% | 0.94% | - |
| XYZ | 37.63 | 20.99 | 6.77 | - |
| YUV | 107.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 63 | 0 | 0.79 | 0.74 | 0.06 | 355.87 | 0.86 | 0.57 |
| Hex | EF | 32 | 3F | 0 | 4F | 4A | 6 | 164 | 56 | 39 |
| Octal | 357 | 62 | 77 | 0 | 117 | 112 | 6 | 544 | 126 | 71 |
| Binary | 11101111 | 110010 | 111111 | 0 | 1001111 | 1001010 | 110 | 101100100 | 1010110 | 111001 |
Color Harmonies of #EF323F
Complementary color
Monochromatic Colors of #EF323F
Black with #EF323F
Text Example
Text Example
White with #EF323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF323F; }
p { color: rgb(239,50,63); }
H1.HeaderClassName
{
color: #EF323F;
}
.AnyTagClassName
{
color: #EF323F;
}
</style>
background-color css
<style>
a { background-color: #EF323F; }
a { background-color: rgb(239,50,63); }
div.DivClassName
{
background-color: #EF323F;
}
.BgClassName
{
background-color: #EF323F;
}
</style>
border-color css
<style>
span { border-color: #EF323F; }
span { border-color: rgb(239,50,63); }
td.TdClassName
{
border-color: #EF323F;
}
.TagClassName
{
border-color: #EF323F;
}
</style>