Shades of Torch Red #F60227
Tints of Torch Red #F60227
RGB
CMYK
RGB Variations
Color information
#F60227 (or 0xF60227) is known color: Torch Red. HEX triplet: F6, 02 and 27. RGB value is (246,2,39). Sum of RGB (Red+Green+Blue) = 246+2+39=287 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.71% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 246 - color contains mainly: red. Hex color #F60227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60227 is #09FDD8. Grayscale: #4F4F4F. Windows color (decimal): -654809 or 2556662. OLE color: 2556662.
HSL color Cylindrical-coordinate representation of color #F60227: hue angle of 350.9º 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 #F60227 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.04 |
| HSL | 350.9º | 0.98% | 0.49% | - |
| HSV(B) | 350.9º | 0.99% | 0.96% | - |
| XYZ | 38.39 | 19.78 | 3.71 | - |
| YUV | 79.17 | 105.34 | 246.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 39 | 0 | 0.99 | 0.84 | 0.04 | 350.9 | 0.98 | 0.49 |
| Hex | F6 | 2 | 27 | 0 | 63 | 54 | 4 | 15F | 62 | 31 |
| Octal | 366 | 2 | 47 | 0 | 143 | 124 | 4 | 537 | 142 | 61 |
| Binary | 11110110 | 10 | 100111 | 0 | 1100011 | 1010100 | 100 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F60227
Complementary color
Monochromatic Colors of #F60227
Black with #F60227
Text Example
Text Example
White with #F60227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60227; }
p { color: rgb(246,2,39); }
H1.HeaderClassName
{
color: #F60227;
}
.AnyTagClassName
{
color: #F60227;
}
</style>
background-color css
<style>
a { background-color: #F60227; }
a { background-color: rgb(246,2,39); }
div.DivClassName
{
background-color: #F60227;
}
.BgClassName
{
background-color: #F60227;
}
</style>
border-color css
<style>
span { border-color: #F60227; }
span { border-color: rgb(246,2,39); }
td.TdClassName
{
border-color: #F60227;
}
.TagClassName
{
border-color: #F60227;
}
</style>