Shades of Torch Red #EF0017
Tints of Torch Red #EF0017
RGB
CMYK
RGB Variations
Color information
#EF0017 (or 0xEF0017) is known color: Torch Red. HEX triplet: EF, 00 and 17. RGB value is (239,0,23). Sum of RGB (Red+Green+Blue) = 239+0+23=262 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.22% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0017 is #10FFE8. Grayscale: #4A4A4A. Windows color (decimal): -1114089 or 1507567. OLE color: 1507567.
HSL color Cylindrical-coordinate representation of color #EF0017: hue angle of 354.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.90 | 0.06 |
| HSL | 354.23º | 1% | 0.47% | - |
| HSV(B) | 354.23º | 1% | 0.94% | - |
| XYZ | 35.75 | 18.41 | 2.48 | - |
| YUV | 74.08 | 99.18 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 23 | 0 | 1 | 0.90 | 0.06 | 354.23 | 1 | 0.47 |
| Hex | EF | 0 | 17 | 0 | 64 | 5A | 6 | 162 | 64 | 2F |
| Octal | 357 | 0 | 27 | 0 | 144 | 132 | 6 | 542 | 144 | 57 |
| Binary | 11101111 | 0 | 10111 | 0 | 1100100 | 1011010 | 110 | 101100010 | 1100100 | 101111 |
Color Harmonies of #EF0017
Complementary color
Monochromatic Colors of #EF0017
Black with #EF0017
Text Example
Text Example
White with #EF0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0017; }
p { color: rgb(239,0,23); }
H1.HeaderClassName
{
color: #EF0017;
}
.AnyTagClassName
{
color: #EF0017;
}
</style>
background-color css
<style>
a { background-color: #EF0017; }
a { background-color: rgb(239,0,23); }
div.DivClassName
{
background-color: #EF0017;
}
.BgClassName
{
background-color: #EF0017;
}
</style>
border-color css
<style>
span { border-color: #EF0017; }
span { border-color: rgb(239,0,23); }
td.TdClassName
{
border-color: #EF0017;
}
.TagClassName
{
border-color: #EF0017;
}
</style>