Shades of Torch Red #F00B3F
Tints of Torch Red #F00B3F
RGB
CMYK
RGB Variations
Color information
#F00B3F (or 0xF00B3F) is known color: Torch Red. HEX triplet: F0, 0B and 3F. RGB value is (240,11,63). Sum of RGB (Red+Green+Blue) = 240+11+63=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00B3F is #0FF4C0. Grayscale: #555555. Windows color (decimal): -1045697 or 4131824. OLE color: 4131824.
HSL color Cylindrical-coordinate representation of color #F00B3F: hue angle of 346.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B3F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 63 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.06 |
| HSL | 346.38º | 0.91% | 0.49% | - |
| HSV(B) | 346.38º | 0.95% | 0.94% | - |
| XYZ | 36.95 | 19.12 | 6.45 | - |
| YUV | 85.4 | 115.37 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 63 | 0 | 0.95 | 0.74 | 0.06 | 346.38 | 0.91 | 0.49 |
| Hex | F0 | B | 3F | 0 | 5F | 4A | 6 | 15A | 5B | 31 |
| Octal | 360 | 13 | 77 | 0 | 137 | 112 | 6 | 532 | 133 | 61 |
| Binary | 11110000 | 1011 | 111111 | 0 | 1011111 | 1001010 | 110 | 101011010 | 1011011 | 110001 |
Color Harmonies of #F00B3F
Complementary color
Monochromatic Colors of #F00B3F
Black with #F00B3F
Text Example
Text Example
White with #F00B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B3F; }
p { color: rgb(240,11,63); }
H1.HeaderClassName
{
color: #F00B3F;
}
.AnyTagClassName
{
color: #F00B3F;
}
</style>
background-color css
<style>
a { background-color: #F00B3F; }
a { background-color: rgb(240,11,63); }
div.DivClassName
{
background-color: #F00B3F;
}
.BgClassName
{
background-color: #F00B3F;
}
</style>
border-color css
<style>
span { border-color: #F00B3F; }
span { border-color: rgb(240,11,63); }
td.TdClassName
{
border-color: #F00B3F;
}
.TagClassName
{
border-color: #F00B3F;
}
</style>