Shades of Torch Red #F3011F
Tints of Torch Red #F3011F
RGB
CMYK
RGB Variations
Color information
#F3011F (or 0xF3011F) is known color: Torch Red. HEX triplet: F3, 01 and 1F. RGB value is (243,1,31). Sum of RGB (Red+Green+Blue) = 243+1+31=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F3011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3011F is #0CFEE0. Grayscale: #4C4C4C. Windows color (decimal): -851681 or 2032115. OLE color: 2032115.
HSL color Cylindrical-coordinate representation of color #F3011F: hue angle of 352.56º 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 #F3011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.05 |
| HSL | 352.56º | 0.99% | 0.48% | - |
| HSV(B) | 352.56º | 1% | 0.95% | - |
| XYZ | 37.22 | 19.18 | 3.04 | - |
| YUV | 76.78 | 102.17 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 31 | 0 | 1.00 | 0.87 | 0.05 | 352.56 | 0.99 | 0.48 |
| Hex | F3 | 1 | 1F | 0 | 64 | 57 | 5 | 161 | 63 | 30 |
| Octal | 363 | 1 | 37 | 0 | 144 | 127 | 5 | 541 | 143 | 60 |
| Binary | 11110011 | 1 | 11111 | 0 | 1100100 | 1010111 | 101 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F3011F
Complementary color
Monochromatic Colors of #F3011F
Black with #F3011F
Text Example
Text Example
White with #F3011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3011F; }
p { color: rgb(243,1,31); }
H1.HeaderClassName
{
color: #F3011F;
}
.AnyTagClassName
{
color: #F3011F;
}
</style>
background-color css
<style>
a { background-color: #F3011F; }
a { background-color: rgb(243,1,31); }
div.DivClassName
{
background-color: #F3011F;
}
.BgClassName
{
background-color: #F3011F;
}
</style>
border-color css
<style>
span { border-color: #F3011F; }
span { border-color: rgb(243,1,31); }
td.TdClassName
{
border-color: #F3011F;
}
.TagClassName
{
border-color: #F3011F;
}
</style>