Shades of Alizarin #EF313B
Tints of Alizarin #EF313B
RGB
CMYK
RGB Variations
Color information
#EF313B (or 0xEF313B) is known color: Alizarin. HEX triplet: EF, 31 and 3B. RGB value is (239,49,59). Sum of RGB (Red+Green+Blue) = 239+49+59=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF313B is #10CEC4. Grayscale: #6B6B6B. Windows color (decimal): -1101509 or 3879407. OLE color: 3879407.
HSL color Cylindrical-coordinate representation of color #EF313B: hue angle of 356.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF313B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.06 |
| HSL | 356.84º | 0.86% | 0.56% | - |
| HSV(B) | 356.84º | 0.79% | 0.94% | - |
| XYZ | 37.48 | 20.86 | 6.19 | - |
| YUV | 106.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 59 | 0 | 0.79 | 0.75 | 0.06 | 356.84 | 0.86 | 0.56 |
| Hex | EF | 31 | 3B | 0 | 4F | 4B | 6 | 165 | 56 | 38 |
| Octal | 357 | 61 | 73 | 0 | 117 | 113 | 6 | 545 | 126 | 70 |
| Binary | 11101111 | 110001 | 111011 | 0 | 1001111 | 1001011 | 110 | 101100101 | 1010110 | 111000 |
Color Harmonies of #EF313B
Complementary color
Monochromatic Colors of #EF313B
Black with #EF313B
Text Example
Text Example
White with #EF313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF313B; }
p { color: rgb(239,49,59); }
H1.HeaderClassName
{
color: #EF313B;
}
.AnyTagClassName
{
color: #EF313B;
}
</style>
background-color css
<style>
a { background-color: #EF313B; }
a { background-color: rgb(239,49,59); }
div.DivClassName
{
background-color: #EF313B;
}
.BgClassName
{
background-color: #EF313B;
}
</style>
border-color css
<style>
span { border-color: #EF313B; }
span { border-color: rgb(239,49,59); }
td.TdClassName
{
border-color: #EF313B;
}
.TagClassName
{
border-color: #EF313B;
}
</style>