Shades of Red #EF1212
Tints of Red #EF1212
RGB
CMYK
RGB Variations
Color information
#EF1212 (or 0xEF1212) is known color: Red. HEX triplet: EF, 12 and 12. RGB value is (239,18,18). Sum of RGB (Red+Green+Blue) = 239+18+18=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1212 is #10EDED. Grayscale: #545454. Windows color (decimal): -1109486 or 1184495. OLE color: 1184495.
HSL color Cylindrical-coordinate representation of color #EF1212: hue angle of 0º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1212 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.06 |
| HSL | 0º | 0.87% | 0.5% | - |
| HSV(B) | 0º | 0.92% | 0.94% | - |
| XYZ | 35.92 | 18.83 | 2.31 | - |
| YUV | 84.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 18 | 0 | 0.92 | 0.92 | 0.06 | 0 | 0.87 | 0.5 |
| Hex | EF | 12 | 12 | 0 | 5C | 5C | 6 | 0 | 57 | 32 |
| Octal | 357 | 22 | 22 | 0 | 134 | 134 | 6 | 0 | 127 | 62 |
| Binary | 11101111 | 10010 | 10010 | 0 | 1011100 | 1011100 | 110 | 0 | 1010111 | 110010 |
Color Harmonies of #EF1212
Complementary color
Monochromatic Colors of #EF1212
Black with #EF1212
Text Example
Text Example
White with #EF1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1212; }
p { color: rgb(239,18,18); }
H1.HeaderClassName
{
color: #EF1212;
}
.AnyTagClassName
{
color: #EF1212;
}
</style>
background-color css
<style>
a { background-color: #EF1212; }
a { background-color: rgb(239,18,18); }
div.DivClassName
{
background-color: #EF1212;
}
.BgClassName
{
background-color: #EF1212;
}
</style>
border-color css
<style>
span { border-color: #EF1212; }
span { border-color: rgb(239,18,18); }
td.TdClassName
{
border-color: #EF1212;
}
.TagClassName
{
border-color: #EF1212;
}
</style>