Shades of Torch Red #F30113
Tints of Torch Red #F30113
RGB
CMYK
RGB Variations
Color information
#F30113 (or 0xF30113) is known color: Torch Red. HEX triplet: F3, 01 and 13. RGB value is (243,1,19). Sum of RGB (Red+Green+Blue) = 243+1+19=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F30113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30113 is #0CFEEC. Grayscale: #4B4B4B. Windows color (decimal): -851693 or 1245683. OLE color: 1245683.
HSL color Cylindrical-coordinate representation of color #F30113: hue angle of 355.54º 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 #F30113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.05 |
| HSL | 355.54º | 0.99% | 0.48% | - |
| HSV(B) | 355.54º | 1% | 0.95% | - |
| XYZ | 37.09 | 19.12 | 2.35 | - |
| YUV | 75.41 | 96.17 | 247.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 19 | 0 | 1.00 | 0.92 | 0.05 | 355.54 | 0.99 | 0.48 |
| Hex | F3 | 1 | 13 | 0 | 64 | 5C | 5 | 164 | 63 | 30 |
| Octal | 363 | 1 | 23 | 0 | 144 | 134 | 5 | 544 | 143 | 60 |
| Binary | 11110011 | 1 | 10011 | 0 | 1100100 | 1011100 | 101 | 101100100 | 1100011 | 110000 |
Color Harmonies of #F30113
Complementary color
Monochromatic Colors of #F30113
Black with #F30113
Text Example
Text Example
White with #F30113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30113; }
p { color: rgb(243,1,19); }
H1.HeaderClassName
{
color: #F30113;
}
.AnyTagClassName
{
color: #F30113;
}
</style>
background-color css
<style>
a { background-color: #F30113; }
a { background-color: rgb(243,1,19); }
div.DivClassName
{
background-color: #F30113;
}
.BgClassName
{
background-color: #F30113;
}
</style>
border-color css
<style>
span { border-color: #F30113; }
span { border-color: rgb(243,1,19); }
td.TdClassName
{
border-color: #F30113;
}
.TagClassName
{
border-color: #F30113;
}
</style>