Shades of Torch Red #F0052A
Tints of Torch Red #F0052A
RGB
CMYK
RGB Variations
Color information
#F0052A (or 0xF0052A) is known color: Torch Red. HEX triplet: F0, 05 and 2A. RGB value is (240,5,42). Sum of RGB (Red+Green+Blue) = 240+5+42=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0052A is #0FFAD5. Grayscale: #4F4F4F. Windows color (decimal): -1047254 or 2754032. OLE color: 2754032.
HSL color Cylindrical-coordinate representation of color #F0052A: hue angle of 350.55º degrees, saturation: 0.96, 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 #F0052A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.06 |
| HSL | 350.55º | 0.96% | 0.48% | - |
| HSV(B) | 350.55º | 0.98% | 0.94% | - |
| XYZ | 36.41 | 18.8 | 3.9 | - |
| YUV | 79.48 | 106.86 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 42 | 0 | 0.98 | 0.82 | 0.06 | 350.55 | 0.96 | 0.48 |
| Hex | F0 | 5 | 2A | 0 | 62 | 52 | 6 | 15F | 60 | 30 |
| Octal | 360 | 5 | 52 | 0 | 142 | 122 | 6 | 537 | 140 | 60 |
| Binary | 11110000 | 101 | 101010 | 0 | 1100010 | 1010010 | 110 | 101011111 | 1100000 | 110000 |
Color Harmonies of #F0052A
Complementary color
Monochromatic Colors of #F0052A
Black with #F0052A
Text Example
Text Example
White with #F0052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0052A; }
p { color: rgb(240,5,42); }
H1.HeaderClassName
{
color: #F0052A;
}
.AnyTagClassName
{
color: #F0052A;
}
</style>
background-color css
<style>
a { background-color: #F0052A; }
a { background-color: rgb(240,5,42); }
div.DivClassName
{
background-color: #F0052A;
}
.BgClassName
{
background-color: #F0052A;
}
</style>
border-color css
<style>
span { border-color: #F0052A; }
span { border-color: rgb(240,5,42); }
td.TdClassName
{
border-color: #F0052A;
}
.TagClassName
{
border-color: #F0052A;
}
</style>