Shades of Torch Red #F10343
Tints of Torch Red #F10343
RGB
CMYK
RGB Variations
Color information
#F10343 (or 0xF10343) is known color: Torch Red. HEX triplet: F1, 03 and 43. RGB value is (241,3,67). Sum of RGB (Red+Green+Blue) = 241+3+67=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F10343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10343 is #0EFCBC. Grayscale: #515151. Windows color (decimal): -982205 or 4391921. OLE color: 4391921.
HSL color Cylindrical-coordinate representation of color #F10343: hue angle of 343.87º 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 #F10343 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.05 |
| HSL | 343.87º | 0.98% | 0.48% | - |
| HSV(B) | 343.87º | 0.99% | 0.95% | - |
| XYZ | 37.32 | 19.17 | 7.04 | - |
| YUV | 81.46 | 119.85 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 67 | 0 | 0.99 | 0.72 | 0.05 | 343.87 | 0.98 | 0.48 |
| Hex | F1 | 3 | 43 | 0 | 63 | 48 | 5 | 158 | 62 | 30 |
| Octal | 361 | 3 | 103 | 0 | 143 | 110 | 5 | 530 | 142 | 60 |
| Binary | 11110001 | 11 | 1000011 | 0 | 1100011 | 1001000 | 101 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F10343
Complementary color
Monochromatic Colors of #F10343
Black with #F10343
Text Example
Text Example
White with #F10343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10343; }
p { color: rgb(241,3,67); }
H1.HeaderClassName
{
color: #F10343;
}
.AnyTagClassName
{
color: #F10343;
}
</style>
background-color css
<style>
a { background-color: #F10343; }
a { background-color: rgb(241,3,67); }
div.DivClassName
{
background-color: #F10343;
}
.BgClassName
{
background-color: #F10343;
}
</style>
border-color css
<style>
span { border-color: #F10343; }
span { border-color: rgb(241,3,67); }
td.TdClassName
{
border-color: #F10343;
}
.TagClassName
{
border-color: #F10343;
}
</style>