Shades of Torch Red #EF0127
Tints of Torch Red #EF0127
RGB
CMYK
RGB Variations
Color information
#EF0127 (or 0xEF0127) is known color: Torch Red. HEX triplet: EF, 01 and 27. RGB value is (239,1,39). Sum of RGB (Red+Green+Blue) = 239+1+39=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0127 is #10FED8. Grayscale: #4C4C4C. Windows color (decimal): -1113817 or 2556399. OLE color: 2556399.
HSL color Cylindrical-coordinate representation of color #EF0127: hue angle of 350.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.06 |
| HSL | 350.42º | 0.99% | 0.47% | - |
| HSV(B) | 350.42º | 1% | 0.94% | - |
| XYZ | 35.97 | 18.52 | 3.6 | - |
| YUV | 76.49 | 106.85 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 39 | 0 | 1.00 | 0.84 | 0.06 | 350.42 | 0.99 | 0.47 |
| Hex | EF | 1 | 27 | 0 | 64 | 54 | 6 | 15E | 63 | 2F |
| Octal | 357 | 1 | 47 | 0 | 144 | 124 | 6 | 536 | 143 | 57 |
| Binary | 11101111 | 1 | 100111 | 0 | 1100100 | 1010100 | 110 | 101011110 | 1100011 | 101111 |
Color Harmonies of #EF0127
Complementary color
Monochromatic Colors of #EF0127
Black with #EF0127
Text Example
Text Example
White with #EF0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0127; }
p { color: rgb(239,1,39); }
H1.HeaderClassName
{
color: #EF0127;
}
.AnyTagClassName
{
color: #EF0127;
}
</style>
background-color css
<style>
a { background-color: #EF0127; }
a { background-color: rgb(239,1,39); }
div.DivClassName
{
background-color: #EF0127;
}
.BgClassName
{
background-color: #EF0127;
}
</style>
border-color css
<style>
span { border-color: #EF0127; }
span { border-color: rgb(239,1,39); }
td.TdClassName
{
border-color: #EF0127;
}
.TagClassName
{
border-color: #EF0127;
}
</style>