Shades of Torch Red #F10C14
Tints of Torch Red #F10C14
RGB
CMYK
RGB Variations
Color information
#F10C14 (or 0xF10C14) is known color: Torch Red. HEX triplet: F1, 0C and 14. RGB value is (241,12,20). Sum of RGB (Red+Green+Blue) = 241+12+20=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10C14 is #0EF3EB. Grayscale: #515151. Windows color (decimal): -979948 or 1314033. OLE color: 1314033.
HSL color Cylindrical-coordinate representation of color #F10C14: hue angle of 357.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C14 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 20 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.05 |
| HSL | 357.9º | 0.91% | 0.5% | - |
| HSV(B) | 357.9º | 0.95% | 0.95% | - |
| XYZ | 36.53 | 19.01 | 2.41 | - |
| YUV | 81.38 | 93.37 | 241.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 20 | 0 | 0.95 | 0.92 | 0.05 | 357.9 | 0.91 | 0.5 |
| Hex | F1 | C | 14 | 0 | 5F | 5C | 5 | 166 | 5B | 32 |
| Octal | 361 | 14 | 24 | 0 | 137 | 134 | 5 | 546 | 133 | 62 |
| Binary | 11110001 | 1100 | 10100 | 0 | 1011111 | 1011100 | 101 | 101100110 | 1011011 | 110010 |
Color Harmonies of #F10C14
Complementary color
Monochromatic Colors of #F10C14
Black with #F10C14
Text Example
Text Example
White with #F10C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C14; }
p { color: rgb(241,12,20); }
H1.HeaderClassName
{
color: #F10C14;
}
.AnyTagClassName
{
color: #F10C14;
}
</style>
background-color css
<style>
a { background-color: #F10C14; }
a { background-color: rgb(241,12,20); }
div.DivClassName
{
background-color: #F10C14;
}
.BgClassName
{
background-color: #F10C14;
}
</style>
border-color css
<style>
span { border-color: #F10C14; }
span { border-color: rgb(241,12,20); }
td.TdClassName
{
border-color: #F10C14;
}
.TagClassName
{
border-color: #F10C14;
}
</style>