Shades of Red #EF100A
Tints of Red #EF100A
RGB
CMYK
RGB Variations
Color information
#EF100A (or 0xEF100A) is known color: Red. HEX triplet: EF, 10 and 0A. RGB value is (239,16,10). Sum of RGB (Red+Green+Blue) = 239+16+10=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF100A is #10EFF5. Grayscale: #525252. Windows color (decimal): -1110006 or 659695. OLE color: 659695.
HSL color Cylindrical-coordinate representation of color #EF100A: hue angle of 1.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF100A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.06 |
| HSL | 1.57º | 0.92% | 0.49% | - |
| HSV(B) | 1.57º | 0.96% | 0.94% | - |
| XYZ | 35.84 | 18.74 | 2.02 | - |
| YUV | 81.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 10 | 0 | 0.93 | 0.96 | 0.06 | 1.57 | 0.92 | 0.49 |
| Hex | EF | 10 | A | 0 | 5D | 60 | 6 | 2 | 5C | 31 |
| Octal | 357 | 20 | 12 | 0 | 135 | 140 | 6 | 2 | 134 | 61 |
| Binary | 11101111 | 10000 | 1010 | 0 | 1011101 | 1100000 | 110 | 10 | 1011100 | 110001 |
Color Harmonies of #EF100A
Complementary color
Monochromatic Colors of #EF100A
Black with #EF100A
Text Example
Text Example
White with #EF100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF100A; }
p { color: rgb(239,16,10); }
H1.HeaderClassName
{
color: #EF100A;
}
.AnyTagClassName
{
color: #EF100A;
}
</style>
background-color css
<style>
a { background-color: #EF100A; }
a { background-color: rgb(239,16,10); }
div.DivClassName
{
background-color: #EF100A;
}
.BgClassName
{
background-color: #EF100A;
}
</style>
border-color css
<style>
span { border-color: #EF100A; }
span { border-color: rgb(239,16,10); }
td.TdClassName
{
border-color: #EF100A;
}
.TagClassName
{
border-color: #EF100A;
}
</style>