Shades of Red #EF1313
Tints of Red #EF1313
RGB
CMYK
RGB Variations
Color information
#EF1313 (or 0xEF1313) is known color: Red. HEX triplet: EF, 13 and 13. RGB value is (239,19,19). Sum of RGB (Red+Green+Blue) = 239+19+19=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1313 is #10ECEC. Grayscale: #555555. Windows color (decimal): -1109229 or 1250287. OLE color: 1250287.
HSL color Cylindrical-coordinate representation of color #EF1313: hue angle of 0º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.06 |
| HSL | 0º | 0.87% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.94% | - |
| XYZ | 35.95 | 18.86 | 2.36 | - |
| YUV | 84.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 19 | 0 | 0.92 | 0.92 | 0.06 | 0 | 0.87 | 0.51 |
| Hex | EF | 13 | 13 | 0 | 5C | 5C | 6 | 0 | 57 | 33 |
| Octal | 357 | 23 | 23 | 0 | 134 | 134 | 6 | 0 | 127 | 63 |
| Binary | 11101111 | 10011 | 10011 | 0 | 1011100 | 1011100 | 110 | 0 | 1010111 | 110011 |
Color Harmonies of #EF1313
Complementary color
Monochromatic Colors of #EF1313
Black with #EF1313
Text Example
Text Example
White with #EF1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1313; }
p { color: rgb(239,19,19); }
H1.HeaderClassName
{
color: #EF1313;
}
.AnyTagClassName
{
color: #EF1313;
}
</style>
background-color css
<style>
a { background-color: #EF1313; }
a { background-color: rgb(239,19,19); }
div.DivClassName
{
background-color: #EF1313;
}
.BgClassName
{
background-color: #EF1313;
}
</style>
border-color css
<style>
span { border-color: #EF1313; }
span { border-color: rgb(239,19,19); }
td.TdClassName
{
border-color: #EF1313;
}
.TagClassName
{
border-color: #EF1313;
}
</style>