Shades of Torch Red #F61228
Tints of Torch Red #F61228
RGB
CMYK
RGB Variations
Color information
#F61228 (or 0xF61228) is known color: Torch Red. HEX triplet: F6, 12 and 28. RGB value is (246,18,40). Sum of RGB (Red+Green+Blue) = 246+18+40=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F61228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61228 is #09EDD7. Grayscale: #585858. Windows color (decimal): -650712 or 2626294. OLE color: 2626294.
HSL color Cylindrical-coordinate representation of color #F61228: hue angle of 354.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61228 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 354.21º | 0.93% | 0.52% | - |
| HSV(B) | 354.21º | 0.93% | 0.96% | - |
| XYZ | 38.61 | 20.18 | 3.87 | - |
| YUV | 88.68 | 100.54 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 40 | 0 | 0.93 | 0.84 | 0.04 | 354.21 | 0.93 | 0.52 |
| Hex | F6 | 12 | 28 | 0 | 5D | 54 | 4 | 162 | 5D | 34 |
| Octal | 366 | 22 | 50 | 0 | 135 | 124 | 4 | 542 | 135 | 64 |
| Binary | 11110110 | 10010 | 101000 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F61228
Complementary color
Monochromatic Colors of #F61228
Black with #F61228
Text Example
Text Example
White with #F61228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61228; }
p { color: rgb(246,18,40); }
H1.HeaderClassName
{
color: #F61228;
}
.AnyTagClassName
{
color: #F61228;
}
</style>
background-color css
<style>
a { background-color: #F61228; }
a { background-color: rgb(246,18,40); }
div.DivClassName
{
background-color: #F61228;
}
.BgClassName
{
background-color: #F61228;
}
</style>
border-color css
<style>
span { border-color: #F61228; }
span { border-color: rgb(246,18,40); }
td.TdClassName
{
border-color: #F61228;
}
.TagClassName
{
border-color: #F61228;
}
</style>