Shades of Torch Red #F30411
Tints of Torch Red #F30411
RGB
CMYK
RGB Variations
Color information
#F30411 (or 0xF30411) is known color: Torch Red. HEX triplet: F3, 04 and 11. RGB value is (243,4,17). Sum of RGB (Red+Green+Blue) = 243+4+17=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F30411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30411 is #0CFBEE. Grayscale: #4D4D4D. Windows color (decimal): -850927 or 1115379. OLE color: 1115379.
HSL color Cylindrical-coordinate representation of color #F30411: hue angle of 356.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.74º | 0.97% | 0.48% | - |
| HSV(B) | 356.74º | 0.98% | 0.95% | - |
| XYZ | 37.11 | 19.18 | 2.28 | - |
| YUV | 76.94 | 94.18 | 246.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 17 | 0 | 0.98 | 0.93 | 0.05 | 356.74 | 0.97 | 0.48 |
| Hex | F3 | 4 | 11 | 0 | 62 | 5D | 5 | 165 | 61 | 30 |
| Octal | 363 | 4 | 21 | 0 | 142 | 135 | 5 | 545 | 141 | 60 |
| Binary | 11110011 | 100 | 10001 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1100001 | 110000 |
Color Harmonies of #F30411
Complementary color
Monochromatic Colors of #F30411
Black with #F30411
Text Example
Text Example
White with #F30411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30411; }
p { color: rgb(243,4,17); }
H1.HeaderClassName
{
color: #F30411;
}
.AnyTagClassName
{
color: #F30411;
}
</style>
background-color css
<style>
a { background-color: #F30411; }
a { background-color: rgb(243,4,17); }
div.DivClassName
{
background-color: #F30411;
}
.BgClassName
{
background-color: #F30411;
}
</style>
border-color css
<style>
span { border-color: #F30411; }
span { border-color: rgb(243,4,17); }
td.TdClassName
{
border-color: #F30411;
}
.TagClassName
{
border-color: #F30411;
}
</style>