Shades of Torch Red #F00134
Tints of Torch Red #F00134
RGB
CMYK
RGB Variations
Color information
#F00134 (or 0xF00134) is known color: Torch Red. HEX triplet: F0, 01 and 34. RGB value is (240,1,52). Sum of RGB (Red+Green+Blue) = 240+1+52=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F00134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00134 is #0FFECB. Grayscale: #4E4E4E. Windows color (decimal): -1048268 or 3408368. OLE color: 3408368.
HSL color Cylindrical-coordinate representation of color #F00134: hue angle of 347.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00134 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.06 |
| HSL | 347.2º | 0.99% | 0.47% | - |
| HSV(B) | 347.2º | 1% | 0.94% | - |
| XYZ | 36.57 | 18.79 | 4.95 | - |
| YUV | 78.28 | 113.18 | 243.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 52 | 0 | 1.00 | 0.78 | 0.06 | 347.2 | 0.99 | 0.47 |
| Hex | F0 | 1 | 34 | 0 | 64 | 4E | 6 | 15B | 63 | 2F |
| Octal | 360 | 1 | 64 | 0 | 144 | 116 | 6 | 533 | 143 | 57 |
| Binary | 11110000 | 1 | 110100 | 0 | 1100100 | 1001110 | 110 | 101011011 | 1100011 | 101111 |
Color Harmonies of #F00134
Complementary color
Monochromatic Colors of #F00134
Black with #F00134
Text Example
Text Example
White with #F00134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00134; }
p { color: rgb(240,1,52); }
H1.HeaderClassName
{
color: #F00134;
}
.AnyTagClassName
{
color: #F00134;
}
</style>
background-color css
<style>
a { background-color: #F00134; }
a { background-color: rgb(240,1,52); }
div.DivClassName
{
background-color: #F00134;
}
.BgClassName
{
background-color: #F00134;
}
</style>
border-color css
<style>
span { border-color: #F00134; }
span { border-color: rgb(240,1,52); }
td.TdClassName
{
border-color: #F00134;
}
.TagClassName
{
border-color: #F00134;
}
</style>