Shades of Torch Red #F5022C
Tints of Torch Red #F5022C
RGB
CMYK
RGB Variations
Color information
#F5022C (or 0xF5022C) is known color: Torch Red. HEX triplet: F5, 02 and 2C. RGB value is (245,2,44). Sum of RGB (Red+Green+Blue) = 245+2+44=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F5022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5022C is #0AFDD3. Grayscale: #4F4F4F. Windows color (decimal): -720340 or 2884341. OLE color: 2884341.
HSL color Cylindrical-coordinate representation of color #F5022C: hue angle of 349.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5022C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.04 |
| HSL | 349.63º | 0.98% | 0.48% | - |
| HSV(B) | 349.63º | 0.99% | 0.96% | - |
| XYZ | 38.13 | 19.64 | 4.16 | - |
| YUV | 79.45 | 108.01 | 246.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 44 | 0 | 0.99 | 0.82 | 0.04 | 349.63 | 0.98 | 0.48 |
| Hex | F5 | 2 | 2C | 0 | 63 | 52 | 4 | 15E | 62 | 30 |
| Octal | 365 | 2 | 54 | 0 | 143 | 122 | 4 | 536 | 142 | 60 |
| Binary | 11110101 | 10 | 101100 | 0 | 1100011 | 1010010 | 100 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F5022C
Complementary color
Monochromatic Colors of #F5022C
Black with #F5022C
Text Example
Text Example
White with #F5022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5022C; }
p { color: rgb(245,2,44); }
H1.HeaderClassName
{
color: #F5022C;
}
.AnyTagClassName
{
color: #F5022C;
}
</style>
background-color css
<style>
a { background-color: #F5022C; }
a { background-color: rgb(245,2,44); }
div.DivClassName
{
background-color: #F5022C;
}
.BgClassName
{
background-color: #F5022C;
}
</style>
border-color css
<style>
span { border-color: #F5022C; }
span { border-color: rgb(245,2,44); }
td.TdClassName
{
border-color: #F5022C;
}
.TagClassName
{
border-color: #F5022C;
}
</style>