Shades of Torch Red #EF0143
Tints of Torch Red #EF0143
RGB
CMYK
RGB Variations
Color information
#EF0143 (or 0xEF0143) is known color: Torch Red. HEX triplet: EF, 01 and 43. RGB value is (239,1,67). Sum of RGB (Red+Green+Blue) = 239+1+67=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0143 is #10FEBC. Grayscale: #4F4F4F. Windows color (decimal): -1113789 or 4391407. OLE color: 4391407.
HSL color Cylindrical-coordinate representation of color #EF0143: hue angle of 343.36º 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 #EF0143 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.06 |
| HSL | 343.36º | 0.99% | 0.47% | - |
| HSV(B) | 343.36º | 1% | 0.94% | - |
| XYZ | 36.62 | 18.78 | 7 | - |
| YUV | 79.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 67 | 0 | 1.00 | 0.72 | 0.06 | 343.36 | 0.99 | 0.47 |
| Hex | EF | 1 | 43 | 0 | 64 | 48 | 6 | 157 | 63 | 2F |
| Octal | 357 | 1 | 103 | 0 | 144 | 110 | 6 | 527 | 143 | 57 |
| Binary | 11101111 | 1 | 1000011 | 0 | 1100100 | 1001000 | 110 | 101010111 | 1100011 | 101111 |
Color Harmonies of #EF0143
Complementary color
Monochromatic Colors of #EF0143
Black with #EF0143
Text Example
Text Example
White with #EF0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0143; }
p { color: rgb(239,1,67); }
H1.HeaderClassName
{
color: #EF0143;
}
.AnyTagClassName
{
color: #EF0143;
}
</style>
background-color css
<style>
a { background-color: #EF0143; }
a { background-color: rgb(239,1,67); }
div.DivClassName
{
background-color: #EF0143;
}
.BgClassName
{
background-color: #EF0143;
}
</style>
border-color css
<style>
span { border-color: #EF0143; }
span { border-color: rgb(239,1,67); }
td.TdClassName
{
border-color: #EF0143;
}
.TagClassName
{
border-color: #EF0143;
}
</style>