Shades of Torch Red #F0132B
Tints of Torch Red #F0132B
RGB
CMYK
RGB Variations
Color information
#F0132B (or 0xF0132B) is known color: Torch Red. HEX triplet: F0, 13 and 2B. RGB value is (240,19,43). Sum of RGB (Red+Green+Blue) = 240+19+43=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0132B is #0FECD4. Grayscale: #575757. Windows color (decimal): -1043669 or 2823152. OLE color: 2823152.
HSL color Cylindrical-coordinate representation of color #F0132B: hue angle of 353.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0132B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.48º | 0.88% | 0.51% | - |
| HSV(B) | 353.48º | 0.92% | 0.94% | - |
| XYZ | 36.6 | 19.17 | 4.06 | - |
| YUV | 87.82 | 102.72 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 43 | 0 | 0.92 | 0.82 | 0.06 | 353.48 | 0.88 | 0.51 |
| Hex | F0 | 13 | 2B | 0 | 5C | 52 | 6 | 161 | 58 | 33 |
| Octal | 360 | 23 | 53 | 0 | 134 | 122 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10011 | 101011 | 0 | 1011100 | 1010010 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0132B
Complementary color
Monochromatic Colors of #F0132B
Black with #F0132B
Text Example
Text Example
White with #F0132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0132B; }
p { color: rgb(240,19,43); }
H1.HeaderClassName
{
color: #F0132B;
}
.AnyTagClassName
{
color: #F0132B;
}
</style>
background-color css
<style>
a { background-color: #F0132B; }
a { background-color: rgb(240,19,43); }
div.DivClassName
{
background-color: #F0132B;
}
.BgClassName
{
background-color: #F0132B;
}
</style>
border-color css
<style>
span { border-color: #F0132B; }
span { border-color: rgb(240,19,43); }
td.TdClassName
{
border-color: #F0132B;
}
.TagClassName
{
border-color: #F0132B;
}
</style>