Shades of Torch Red #F30F13
Tints of Torch Red #F30F13
RGB
CMYK
RGB Variations
Color information
#F30F13 (or 0xF30F13) is known color: Torch Red. HEX triplet: F3, 0F and 13. RGB value is (243,15,19). Sum of RGB (Red+Green+Blue) = 243+15+19=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30F13 is #0CF0EC. Grayscale: #535353. Windows color (decimal): -848109 or 1249267. OLE color: 1249267.
HSL color Cylindrical-coordinate representation of color #F30F13: hue angle of 358.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.05 |
| HSL | 358.95º | 0.9% | 0.51% | - |
| HSV(B) | 358.95º | 0.94% | 0.95% | - |
| XYZ | 37.25 | 19.44 | 2.41 | - |
| YUV | 83.63 | 91.54 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 19 | 0 | 0.94 | 0.92 | 0.05 | 358.95 | 0.9 | 0.51 |
| Hex | F3 | F | 13 | 0 | 5E | 5C | 5 | 167 | 5A | 33 |
| Octal | 363 | 17 | 23 | 0 | 136 | 134 | 5 | 547 | 132 | 63 |
| Binary | 11110011 | 1111 | 10011 | 0 | 1011110 | 1011100 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F30F13
Complementary color
Monochromatic Colors of #F30F13
Black with #F30F13
Text Example
Text Example
White with #F30F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F13; }
p { color: rgb(243,15,19); }
H1.HeaderClassName
{
color: #F30F13;
}
.AnyTagClassName
{
color: #F30F13;
}
</style>
background-color css
<style>
a { background-color: #F30F13; }
a { background-color: rgb(243,15,19); }
div.DivClassName
{
background-color: #F30F13;
}
.BgClassName
{
background-color: #F30F13;
}
</style>
border-color css
<style>
span { border-color: #F30F13; }
span { border-color: rgb(243,15,19); }
td.TdClassName
{
border-color: #F30F13;
}
.TagClassName
{
border-color: #F30F13;
}
</style>