Shades of Torch Red #F30A16
Tints of Torch Red #F30A16
RGB
CMYK
RGB Variations
Color information
#F30A16 (or 0xF30A16) is known color: Torch Red. HEX triplet: F3, 0A and 16. RGB value is (243,10,22). Sum of RGB (Red+Green+Blue) = 243+10+22=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30A16 is #0CF5E9. Grayscale: #515151. Windows color (decimal): -849386 or 1444595. OLE color: 1444595.
HSL color Cylindrical-coordinate representation of color #F30A16: hue angle of 356.91º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A16 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.05 |
| HSL | 356.91º | 0.92% | 0.5% | - |
| HSV(B) | 356.91º | 0.96% | 0.95% | - |
| XYZ | 37.22 | 19.33 | 2.53 | - |
| YUV | 81.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 22 | 0 | 0.96 | 0.91 | 0.05 | 356.91 | 0.92 | 0.5 |
| Hex | F3 | A | 16 | 0 | 60 | 5B | 5 | 165 | 5C | 32 |
| Octal | 363 | 12 | 26 | 0 | 140 | 133 | 5 | 545 | 134 | 62 |
| Binary | 11110011 | 1010 | 10110 | 0 | 1100000 | 1011011 | 101 | 101100101 | 1011100 | 110010 |
Color Harmonies of #F30A16
Complementary color
Monochromatic Colors of #F30A16
Black with #F30A16
Text Example
Text Example
White with #F30A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A16; }
p { color: rgb(243,10,22); }
H1.HeaderClassName
{
color: #F30A16;
}
.AnyTagClassName
{
color: #F30A16;
}
</style>
background-color css
<style>
a { background-color: #F30A16; }
a { background-color: rgb(243,10,22); }
div.DivClassName
{
background-color: #F30A16;
}
.BgClassName
{
background-color: #F30A16;
}
</style>
border-color css
<style>
span { border-color: #F30A16; }
span { border-color: rgb(243,10,22); }
td.TdClassName
{
border-color: #F30A16;
}
.TagClassName
{
border-color: #F30A16;
}
</style>