Shades of Torch Red #EF061C
Tints of Torch Red #EF061C
RGB
CMYK
RGB Variations
Color information
#EF061C (or 0xEF061C) is known color: Torch Red. HEX triplet: EF, 06 and 1C. RGB value is (239,6,28). Sum of RGB (Red+Green+Blue) = 239+6+28=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF061C is #10F9E3. Grayscale: #4E4E4E. Windows color (decimal): -1112548 or 1836783. OLE color: 1836783.
HSL color Cylindrical-coordinate representation of color #EF061C: hue angle of 354.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF061C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.06 |
| HSL | 354.33º | 0.95% | 0.48% | - |
| HSV(B) | 354.33º | 0.97% | 0.94% | - |
| XYZ | 35.87 | 18.56 | 2.79 | - |
| YUV | 78.18 | 99.69 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 28 | 0 | 0.97 | 0.88 | 0.06 | 354.33 | 0.95 | 0.48 |
| Hex | EF | 6 | 1C | 0 | 61 | 58 | 6 | 162 | 5F | 30 |
| Octal | 357 | 6 | 34 | 0 | 141 | 130 | 6 | 542 | 137 | 60 |
| Binary | 11101111 | 110 | 11100 | 0 | 1100001 | 1011000 | 110 | 101100010 | 1011111 | 110000 |
Color Harmonies of #EF061C
Complementary color
Monochromatic Colors of #EF061C
Black with #EF061C
Text Example
Text Example
White with #EF061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF061C; }
p { color: rgb(239,6,28); }
H1.HeaderClassName
{
color: #EF061C;
}
.AnyTagClassName
{
color: #EF061C;
}
</style>
background-color css
<style>
a { background-color: #EF061C; }
a { background-color: rgb(239,6,28); }
div.DivClassName
{
background-color: #EF061C;
}
.BgClassName
{
background-color: #EF061C;
}
</style>
border-color css
<style>
span { border-color: #EF061C; }
span { border-color: rgb(239,6,28); }
td.TdClassName
{
border-color: #EF061C;
}
.TagClassName
{
border-color: #EF061C;
}
</style>