Shades of Torch Red #F00135
Tints of Torch Red #F00135
RGB
CMYK
RGB Variations
Color information
#F00135 (or 0xF00135) is known color: Torch Red. HEX triplet: F0, 01 and 35. RGB value is (240,1,53). Sum of RGB (Red+Green+Blue) = 240+1+53=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F00135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00135 is #0FFECA. Grayscale: #4E4E4E. Windows color (decimal): -1048267 or 3473904. OLE color: 3473904.
HSL color Cylindrical-coordinate representation of color #F00135: hue angle of 346.95º 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 #F00135 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.06 |
| HSL | 346.95º | 0.99% | 0.47% | - |
| HSV(B) | 346.95º | 1% | 0.94% | - |
| XYZ | 36.59 | 18.8 | 5.07 | - |
| YUV | 78.39 | 113.68 | 243.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 53 | 0 | 1.00 | 0.78 | 0.06 | 346.95 | 0.99 | 0.47 |
| Hex | F0 | 1 | 35 | 0 | 64 | 4E | 6 | 15B | 63 | 2F |
| Octal | 360 | 1 | 65 | 0 | 144 | 116 | 6 | 533 | 143 | 57 |
| Binary | 11110000 | 1 | 110101 | 0 | 1100100 | 1001110 | 110 | 101011011 | 1100011 | 101111 |
Color Harmonies of #F00135
Complementary color
Monochromatic Colors of #F00135
Black with #F00135
Text Example
Text Example
White with #F00135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00135; }
p { color: rgb(240,1,53); }
H1.HeaderClassName
{
color: #F00135;
}
.AnyTagClassName
{
color: #F00135;
}
</style>
background-color css
<style>
a { background-color: #F00135; }
a { background-color: rgb(240,1,53); }
div.DivClassName
{
background-color: #F00135;
}
.BgClassName
{
background-color: #F00135;
}
</style>
border-color css
<style>
span { border-color: #F00135; }
span { border-color: rgb(240,1,53); }
td.TdClassName
{
border-color: #F00135;
}
.TagClassName
{
border-color: #F00135;
}
</style>