Shades of Torch Red #F0002A
Tints of Torch Red #F0002A
RGB
CMYK
RGB Variations
Color information
#F0002A (or 0xF0002A) is known color: Torch Red. HEX triplet: F0, 00 and 2A. RGB value is (240,0,42). Sum of RGB (Red+Green+Blue) = 240+0+42=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F0002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0002A is #0FFFD5. Grayscale: #4C4C4C. Windows color (decimal): -1048534 or 2752752. OLE color: 2752752.
HSL color Cylindrical-coordinate representation of color #F0002A: hue angle of 349.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0002A is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.82 | 0.06 |
| HSL | 349.5º | 1% | 0.47% | - |
| HSV(B) | 349.5º | 1% | 0.94% | - |
| XYZ | 36.35 | 18.69 | 3.88 | - |
| YUV | 76.55 | 108.51 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 42 | 0 | 1 | 0.82 | 0.06 | 349.5 | 1 | 0.47 |
| Hex | F0 | 0 | 2A | 0 | 64 | 52 | 6 | 15E | 64 | 2F |
| Octal | 360 | 0 | 52 | 0 | 144 | 122 | 6 | 536 | 144 | 57 |
| Binary | 11110000 | 0 | 101010 | 0 | 1100100 | 1010010 | 110 | 101011110 | 1100100 | 101111 |
Color Harmonies of #F0002A
Complementary color
Monochromatic Colors of #F0002A
Black with #F0002A
Text Example
Text Example
White with #F0002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0002A; }
p { color: rgb(240,0,42); }
H1.HeaderClassName
{
color: #F0002A;
}
.AnyTagClassName
{
color: #F0002A;
}
</style>
background-color css
<style>
a { background-color: #F0002A; }
a { background-color: rgb(240,0,42); }
div.DivClassName
{
background-color: #F0002A;
}
.BgClassName
{
background-color: #F0002A;
}
</style>
border-color css
<style>
span { border-color: #F0002A; }
span { border-color: rgb(240,0,42); }
td.TdClassName
{
border-color: #F0002A;
}
.TagClassName
{
border-color: #F0002A;
}
</style>