Shades of Torch Red #F00F34
Tints of Torch Red #F00F34
RGB
CMYK
RGB Variations
Color information
#F00F34 (or 0xF00F34) is known color: Torch Red. HEX triplet: F0, 0F and 34. RGB value is (240,15,52). Sum of RGB (Red+Green+Blue) = 240+15+52=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00F34 is #0FF0CB. Grayscale: #565656. Windows color (decimal): -1044684 or 3411952. OLE color: 3411952.
HSL color Cylindrical-coordinate representation of color #F00F34: hue angle of 350.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F34 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 52 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.06 |
| HSL | 350.13º | 0.88% | 0.5% | - |
| HSV(B) | 350.13º | 0.94% | 0.94% | - |
| XYZ | 36.73 | 19.11 | 5 | - |
| YUV | 86.49 | 108.54 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 52 | 0 | 0.94 | 0.78 | 0.06 | 350.13 | 0.88 | 0.5 |
| Hex | F0 | F | 34 | 0 | 5E | 4E | 6 | 15E | 58 | 32 |
| Octal | 360 | 17 | 64 | 0 | 136 | 116 | 6 | 536 | 130 | 62 |
| Binary | 11110000 | 1111 | 110100 | 0 | 1011110 | 1001110 | 110 | 101011110 | 1011000 | 110010 |
Color Harmonies of #F00F34
Complementary color
Monochromatic Colors of #F00F34
Black with #F00F34
Text Example
Text Example
White with #F00F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F34; }
p { color: rgb(240,15,52); }
H1.HeaderClassName
{
color: #F00F34;
}
.AnyTagClassName
{
color: #F00F34;
}
</style>
background-color css
<style>
a { background-color: #F00F34; }
a { background-color: rgb(240,15,52); }
div.DivClassName
{
background-color: #F00F34;
}
.BgClassName
{
background-color: #F00F34;
}
</style>
border-color css
<style>
span { border-color: #F00F34; }
span { border-color: rgb(240,15,52); }
td.TdClassName
{
border-color: #F00F34;
}
.TagClassName
{
border-color: #F00F34;
}
</style>