Shades of Torch Red #F10312
Tints of Torch Red #F10312
RGB
CMYK
RGB Variations
Color information
#F10312 (or 0xF10312) is known color: Torch Red. HEX triplet: F1, 03 and 12. RGB value is (241,3,18). Sum of RGB (Red+Green+Blue) = 241+3+18=262 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.98% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 241 - color contains mainly: red. Hex color #F10312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10312 is #0EFCED. Grayscale: #4C4C4C. Windows color (decimal): -982254 or 1180657. OLE color: 1180657.
HSL color Cylindrical-coordinate representation of color #F10312: hue angle of 356.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10312 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.05 |
| HSL | 356.22º | 0.98% | 0.48% | - |
| HSV(B) | 356.22º | 0.99% | 0.95% | - |
| XYZ | 36.42 | 18.81 | 2.28 | - |
| YUV | 75.87 | 95.35 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 18 | 0 | 0.99 | 0.93 | 0.05 | 356.22 | 0.98 | 0.48 |
| Hex | F1 | 3 | 12 | 0 | 63 | 5D | 5 | 164 | 62 | 30 |
| Octal | 361 | 3 | 22 | 0 | 143 | 135 | 5 | 544 | 142 | 60 |
| Binary | 11110001 | 11 | 10010 | 0 | 1100011 | 1011101 | 101 | 101100100 | 1100010 | 110000 |
Color Harmonies of #F10312
Complementary color
Monochromatic Colors of #F10312
Black with #F10312
Text Example
Text Example
White with #F10312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10312; }
p { color: rgb(241,3,18); }
H1.HeaderClassName
{
color: #F10312;
}
.AnyTagClassName
{
color: #F10312;
}
</style>
background-color css
<style>
a { background-color: #F10312; }
a { background-color: rgb(241,3,18); }
div.DivClassName
{
background-color: #F10312;
}
.BgClassName
{
background-color: #F10312;
}
</style>
border-color css
<style>
span { border-color: #F10312; }
span { border-color: rgb(241,3,18); }
td.TdClassName
{
border-color: #F10312;
}
.TagClassName
{
border-color: #F10312;
}
</style>