Shades of Torch Red #EF0617
Tints of Torch Red #EF0617
RGB
CMYK
RGB Variations
Color information
#EF0617 (or 0xEF0617) is known color: Torch Red. HEX triplet: EF, 06 and 17. RGB value is (239,6,23). Sum of RGB (Red+Green+Blue) = 239+6+23=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0617 is #10F9E8. Grayscale: #4D4D4D. Windows color (decimal): -1112553 or 1509103. OLE color: 1509103.
HSL color Cylindrical-coordinate representation of color #EF0617: hue angle of 355.62º 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 #EF0617 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 23 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.06 |
| HSL | 355.62º | 0.95% | 0.48% | - |
| HSV(B) | 355.62º | 0.97% | 0.94% | - |
| XYZ | 35.82 | 18.54 | 2.5 | - |
| YUV | 77.61 | 97.19 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 23 | 0 | 0.97 | 0.90 | 0.06 | 355.62 | 0.95 | 0.48 |
| Hex | EF | 6 | 17 | 0 | 61 | 5A | 6 | 164 | 5F | 30 |
| Octal | 357 | 6 | 27 | 0 | 141 | 132 | 6 | 544 | 137 | 60 |
| Binary | 11101111 | 110 | 10111 | 0 | 1100001 | 1011010 | 110 | 101100100 | 1011111 | 110000 |
Color Harmonies of #EF0617
Complementary color
Monochromatic Colors of #EF0617
Black with #EF0617
Text Example
Text Example
White with #EF0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0617; }
p { color: rgb(239,6,23); }
H1.HeaderClassName
{
color: #EF0617;
}
.AnyTagClassName
{
color: #EF0617;
}
</style>
background-color css
<style>
a { background-color: #EF0617; }
a { background-color: rgb(239,6,23); }
div.DivClassName
{
background-color: #EF0617;
}
.BgClassName
{
background-color: #EF0617;
}
</style>
border-color css
<style>
span { border-color: #EF0617; }
span { border-color: rgb(239,6,23); }
td.TdClassName
{
border-color: #EF0617;
}
.TagClassName
{
border-color: #EF0617;
}
</style>