Shades of Red #EF1102
Tints of Red #EF1102
RGB
CMYK
RGB Variations
Color information
#EF1102 (or 0xEF1102) is known color: Red. HEX triplet: EF, 11 and 02. RGB value is (239,17,2). Sum of RGB (Red+Green+Blue) = 239+17+2=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1102 is #10EEFD. Grayscale: #515151. Windows color (decimal): -1109758 or 135663. OLE color: 135663.
HSL color Cylindrical-coordinate representation of color #EF1102: hue angle of 3.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.06 |
| HSL | 3.8º | 0.98% | 0.47% | - |
| HSV(B) | 3.8º | 0.99% | 0.94% | - |
| XYZ | 35.81 | 18.76 | 1.79 | - |
| YUV | 81.67 | 83.05 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 2 | 0 | 0.93 | 0.99 | 0.06 | 3.8 | 0.98 | 0.47 |
| Hex | EF | 11 | 2 | 0 | 5D | 63 | 6 | 4 | 62 | 2F |
| Octal | 357 | 21 | 2 | 0 | 135 | 143 | 6 | 4 | 142 | 57 |
| Binary | 11101111 | 10001 | 10 | 0 | 1011101 | 1100011 | 110 | 100 | 1100010 | 101111 |
Color Harmonies of #EF1102
Complementary color
Monochromatic Colors of #EF1102
Black with #EF1102
Text Example
Text Example
White with #EF1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1102; }
p { color: rgb(239,17,2); }
H1.HeaderClassName
{
color: #EF1102;
}
.AnyTagClassName
{
color: #EF1102;
}
</style>
background-color css
<style>
a { background-color: #EF1102; }
a { background-color: rgb(239,17,2); }
div.DivClassName
{
background-color: #EF1102;
}
.BgClassName
{
background-color: #EF1102;
}
</style>
border-color css
<style>
span { border-color: #EF1102; }
span { border-color: rgb(239,17,2); }
td.TdClassName
{
border-color: #EF1102;
}
.TagClassName
{
border-color: #EF1102;
}
</style>