Shades of Torch Red #F30114
Tints of Torch Red #F30114
RGB
CMYK
RGB Variations
Color information
#F30114 (or 0xF30114) is known color: Torch Red. HEX triplet: F3, 01 and 14. RGB value is (243,1,20). Sum of RGB (Red+Green+Blue) = 243+1+20=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F30114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30114 is #0CFEEB. Grayscale: #4B4B4B. Windows color (decimal): -851692 or 1311219. OLE color: 1311219.
HSL color Cylindrical-coordinate representation of color #F30114: hue angle of 355.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30114 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.05 |
| HSL | 355.29º | 0.99% | 0.48% | - |
| HSV(B) | 355.29º | 1% | 0.95% | - |
| XYZ | 37.1 | 19.13 | 2.4 | - |
| YUV | 75.52 | 96.67 | 247.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 20 | 0 | 1.00 | 0.92 | 0.05 | 355.29 | 0.99 | 0.48 |
| Hex | F3 | 1 | 14 | 0 | 64 | 5C | 5 | 163 | 63 | 30 |
| Octal | 363 | 1 | 24 | 0 | 144 | 134 | 5 | 543 | 143 | 60 |
| Binary | 11110011 | 1 | 10100 | 0 | 1100100 | 1011100 | 101 | 101100011 | 1100011 | 110000 |
Color Harmonies of #F30114
Complementary color
Monochromatic Colors of #F30114
Black with #F30114
Text Example
Text Example
White with #F30114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30114; }
p { color: rgb(243,1,20); }
H1.HeaderClassName
{
color: #F30114;
}
.AnyTagClassName
{
color: #F30114;
}
</style>
background-color css
<style>
a { background-color: #F30114; }
a { background-color: rgb(243,1,20); }
div.DivClassName
{
background-color: #F30114;
}
.BgClassName
{
background-color: #F30114;
}
</style>
border-color css
<style>
span { border-color: #F30114; }
span { border-color: rgb(243,1,20); }
td.TdClassName
{
border-color: #F30114;
}
.TagClassName
{
border-color: #F30114;
}
</style>