Shades of Torch Red #F60323
Tints of Torch Red #F60323
RGB
CMYK
RGB Variations
Color information
#F60323 (or 0xF60323) is known color: Torch Red. HEX triplet: F6, 03 and 23. RGB value is (246,3,35). Sum of RGB (Red+Green+Blue) = 246+3+35=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F60323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60323 is #09FCDC. Grayscale: #4F4F4F. Windows color (decimal): -654557 or 2294774. OLE color: 2294774.
HSL color Cylindrical-coordinate representation of color #F60323: hue angle of 352.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60323 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.04 |
| HSL | 352.1º | 0.98% | 0.49% | - |
| HSV(B) | 352.1º | 0.99% | 0.96% | - |
| XYZ | 38.34 | 19.78 | 3.39 | - |
| YUV | 79.31 | 103.01 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 35 | 0 | 0.99 | 0.86 | 0.04 | 352.1 | 0.98 | 0.49 |
| Hex | F6 | 3 | 23 | 0 | 63 | 56 | 4 | 160 | 62 | 31 |
| Octal | 366 | 3 | 43 | 0 | 143 | 126 | 4 | 540 | 142 | 61 |
| Binary | 11110110 | 11 | 100011 | 0 | 1100011 | 1010110 | 100 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F60323
Complementary color
Monochromatic Colors of #F60323
Black with #F60323
Text Example
Text Example
White with #F60323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60323; }
p { color: rgb(246,3,35); }
H1.HeaderClassName
{
color: #F60323;
}
.AnyTagClassName
{
color: #F60323;
}
</style>
background-color css
<style>
a { background-color: #F60323; }
a { background-color: rgb(246,3,35); }
div.DivClassName
{
background-color: #F60323;
}
.BgClassName
{
background-color: #F60323;
}
</style>
border-color css
<style>
span { border-color: #F60323; }
span { border-color: rgb(246,3,35); }
td.TdClassName
{
border-color: #F60323;
}
.TagClassName
{
border-color: #F60323;
}
</style>