Shades of Torch Red #F61E23
Tints of Torch Red #F61E23
RGB
CMYK
RGB Variations
Color information
#F61E23 (or 0xF61E23) is known color: Torch Red. HEX triplet: F6, 1E and 23. RGB value is (246,30,35). Sum of RGB (Red+Green+Blue) = 246+30+35=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E23 is #09E1DC. Grayscale: #5F5F5F. Windows color (decimal): -647645 or 2301686. OLE color: 2301686.
HSL color Cylindrical-coordinate representation of color #F61E23: hue angle of 358.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E23 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 35 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.04 |
| HSL | 358.61º | 0.92% | 0.54% | - |
| HSV(B) | 358.61º | 0.88% | 0.96% | - |
| XYZ | 38.77 | 20.64 | 3.53 | - |
| YUV | 95.15 | 94.06 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 35 | 0 | 0.88 | 0.86 | 0.04 | 358.61 | 0.92 | 0.54 |
| Hex | F6 | 1E | 23 | 0 | 58 | 56 | 4 | 167 | 5C | 36 |
| Octal | 366 | 36 | 43 | 0 | 130 | 126 | 4 | 547 | 134 | 66 |
| Binary | 11110110 | 11110 | 100011 | 0 | 1011000 | 1010110 | 100 | 101100111 | 1011100 | 110110 |
Color Harmonies of #F61E23
Complementary color
Monochromatic Colors of #F61E23
Black with #F61E23
Text Example
Text Example
White with #F61E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E23; }
p { color: rgb(246,30,35); }
H1.HeaderClassName
{
color: #F61E23;
}
.AnyTagClassName
{
color: #F61E23;
}
</style>
background-color css
<style>
a { background-color: #F61E23; }
a { background-color: rgb(246,30,35); }
div.DivClassName
{
background-color: #F61E23;
}
.BgClassName
{
background-color: #F61E23;
}
</style>
border-color css
<style>
span { border-color: #F61E23; }
span { border-color: rgb(246,30,35); }
td.TdClassName
{
border-color: #F61E23;
}
.TagClassName
{
border-color: #F61E23;
}
</style>