Shades of Torch Red #F0042B
Tints of Torch Red #F0042B
RGB
CMYK
RGB Variations
Color information
#F0042B (or 0xF0042B) is known color: Torch Red. HEX triplet: F0, 04 and 2B. RGB value is (240,4,43). Sum of RGB (Red+Green+Blue) = 240+4+43=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0042B is #0FFBD4. Grayscale: #4F4F4F. Windows color (decimal): -1047509 or 2819312. OLE color: 2819312.
HSL color Cylindrical-coordinate representation of color #F0042B: hue angle of 350.08º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0042B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.06 |
| HSL | 350.08º | 0.97% | 0.48% | - |
| HSV(B) | 350.08º | 0.98% | 0.94% | - |
| XYZ | 36.41 | 18.79 | 3.99 | - |
| YUV | 79.01 | 107.69 | 242.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 43 | 0 | 0.98 | 0.82 | 0.06 | 350.08 | 0.97 | 0.48 |
| Hex | F0 | 4 | 2B | 0 | 62 | 52 | 6 | 15E | 61 | 30 |
| Octal | 360 | 4 | 53 | 0 | 142 | 122 | 6 | 536 | 141 | 60 |
| Binary | 11110000 | 100 | 101011 | 0 | 1100010 | 1010010 | 110 | 101011110 | 1100001 | 110000 |
Color Harmonies of #F0042B
Complementary color
Monochromatic Colors of #F0042B
Black with #F0042B
Text Example
Text Example
White with #F0042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0042B; }
p { color: rgb(240,4,43); }
H1.HeaderClassName
{
color: #F0042B;
}
.AnyTagClassName
{
color: #F0042B;
}
</style>
background-color css
<style>
a { background-color: #F0042B; }
a { background-color: rgb(240,4,43); }
div.DivClassName
{
background-color: #F0042B;
}
.BgClassName
{
background-color: #F0042B;
}
</style>
border-color css
<style>
span { border-color: #F0042B; }
span { border-color: rgb(240,4,43); }
td.TdClassName
{
border-color: #F0042B;
}
.TagClassName
{
border-color: #F0042B;
}
</style>