Shades of Torch Red #F30020
Tints of Torch Red #F30020
RGB
CMYK
RGB Variations
Color information
#F30020 (or 0xF30020) is known color: Torch Red. HEX triplet: F3, 00 and 20. RGB value is (243,0,32). Sum of RGB (Red+Green+Blue) = 243+0+32=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F30020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30020 is #0CFFDF. Grayscale: #4C4C4C. Windows color (decimal): -851936 or 2097395. OLE color: 2097395.
HSL color Cylindrical-coordinate representation of color #F30020: hue angle of 352.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30020 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.87 | 0.05 |
| HSL | 352.1º | 1% | 0.48% | - |
| HSV(B) | 352.1º | 1% | 0.95% | - |
| XYZ | 37.22 | 19.16 | 3.1 | - |
| YUV | 76.31 | 103.01 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 32 | 0 | 1 | 0.87 | 0.05 | 352.1 | 1 | 0.48 |
| Hex | F3 | 0 | 20 | 0 | 64 | 57 | 5 | 160 | 64 | 30 |
| Octal | 363 | 0 | 40 | 0 | 144 | 127 | 5 | 540 | 144 | 60 |
| Binary | 11110011 | 0 | 100000 | 0 | 1100100 | 1010111 | 101 | 101100000 | 1100100 | 110000 |
Color Harmonies of #F30020
Complementary color
Monochromatic Colors of #F30020
Black with #F30020
Text Example
Text Example
White with #F30020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30020; }
p { color: rgb(243,0,32); }
H1.HeaderClassName
{
color: #F30020;
}
.AnyTagClassName
{
color: #F30020;
}
</style>
background-color css
<style>
a { background-color: #F30020; }
a { background-color: rgb(243,0,32); }
div.DivClassName
{
background-color: #F30020;
}
.BgClassName
{
background-color: #F30020;
}
</style>
border-color css
<style>
span { border-color: #F30020; }
span { border-color: rgb(243,0,32); }
td.TdClassName
{
border-color: #F30020;
}
.TagClassName
{
border-color: #F30020;
}
</style>