Shades of Alizarin #EF313D
Tints of Alizarin #EF313D
RGB
CMYK
RGB Variations
Color information
#EF313D (or 0xEF313D) is known color: Alizarin. HEX triplet: EF, 31 and 3D. RGB value is (239,49,61). Sum of RGB (Red+Green+Blue) = 239+49+61=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF313D is #10CEC2. Grayscale: #6B6B6B. Windows color (decimal): -1101507 or 4010479. OLE color: 4010479.
HSL color Cylindrical-coordinate representation of color #EF313D: hue angle of 356.21º 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 #EF313D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.06 |
| HSL | 356.21º | 0.86% | 0.56% | - |
| HSV(B) | 356.21º | 0.79% | 0.94% | - |
| XYZ | 37.54 | 20.88 | 6.47 | - |
| YUV | 107.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 61 | 0 | 0.79 | 0.74 | 0.06 | 356.21 | 0.86 | 0.56 |
| Hex | EF | 31 | 3D | 0 | 4F | 4A | 6 | 164 | 56 | 38 |
| Octal | 357 | 61 | 75 | 0 | 117 | 112 | 6 | 544 | 126 | 70 |
| Binary | 11101111 | 110001 | 111101 | 0 | 1001111 | 1001010 | 110 | 101100100 | 1010110 | 111000 |
Color Harmonies of #EF313D
Complementary color
Monochromatic Colors of #EF313D
Black with #EF313D
Text Example
Text Example
White with #EF313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF313D; }
p { color: rgb(239,49,61); }
H1.HeaderClassName
{
color: #EF313D;
}
.AnyTagClassName
{
color: #EF313D;
}
</style>
background-color css
<style>
a { background-color: #EF313D; }
a { background-color: rgb(239,49,61); }
div.DivClassName
{
background-color: #EF313D;
}
.BgClassName
{
background-color: #EF313D;
}
</style>
border-color css
<style>
span { border-color: #EF313D; }
span { border-color: rgb(239,49,61); }
td.TdClassName
{
border-color: #EF313D;
}
.TagClassName
{
border-color: #EF313D;
}
</style>