Shades of Torch Red #F3011B
Tints of Torch Red #F3011B
RGB
CMYK
RGB Variations
Color information
#F3011B (or 0xF3011B) is known color: Torch Red. HEX triplet: F3, 01 and 1B. RGB value is (243,1,27). Sum of RGB (Red+Green+Blue) = 243+1+27=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F3011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3011B is #0CFEE4. Grayscale: #4C4C4C. Windows color (decimal): -851685 or 1769971. OLE color: 1769971.
HSL color Cylindrical-coordinate representation of color #F3011B: hue angle of 353.55º 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 #F3011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.05 |
| HSL | 353.55º | 0.99% | 0.48% | - |
| HSV(B) | 353.55º | 1% | 0.95% | - |
| XYZ | 37.17 | 19.16 | 2.78 | - |
| YUV | 76.32 | 100.17 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 27 | 0 | 1.00 | 0.89 | 0.05 | 353.55 | 0.99 | 0.48 |
| Hex | F3 | 1 | 1B | 0 | 64 | 59 | 5 | 162 | 63 | 30 |
| Octal | 363 | 1 | 33 | 0 | 144 | 131 | 5 | 542 | 143 | 60 |
| Binary | 11110011 | 1 | 11011 | 0 | 1100100 | 1011001 | 101 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F3011B
Complementary color
Monochromatic Colors of #F3011B
Black with #F3011B
Text Example
Text Example
White with #F3011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3011B; }
p { color: rgb(243,1,27); }
H1.HeaderClassName
{
color: #F3011B;
}
.AnyTagClassName
{
color: #F3011B;
}
</style>
background-color css
<style>
a { background-color: #F3011B; }
a { background-color: rgb(243,1,27); }
div.DivClassName
{
background-color: #F3011B;
}
.BgClassName
{
background-color: #F3011B;
}
</style>
border-color css
<style>
span { border-color: #F3011B; }
span { border-color: rgb(243,1,27); }
td.TdClassName
{
border-color: #F3011B;
}
.TagClassName
{
border-color: #F3011B;
}
</style>