Shades of Torch Red #F5022D
Tints of Torch Red #F5022D
RGB
CMYK
RGB Variations
Color information
#F5022D (or 0xF5022D) is known color: Torch Red. HEX triplet: F5, 02 and 2D. RGB value is (245,2,45). Sum of RGB (Red+Green+Blue) = 245+2+45=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5022D is #0AFDD2. Grayscale: #4F4F4F. Windows color (decimal): -720339 or 2949877. OLE color: 2949877.
HSL color Cylindrical-coordinate representation of color #F5022D: hue angle of 349.38º 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 #F5022D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.04 |
| HSL | 349.38º | 0.98% | 0.48% | - |
| HSV(B) | 349.38º | 0.99% | 0.96% | - |
| XYZ | 38.15 | 19.65 | 4.26 | - |
| YUV | 79.56 | 108.51 | 246 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 45 | 0 | 0.99 | 0.82 | 0.04 | 349.38 | 0.98 | 0.48 |
| Hex | F5 | 2 | 2D | 0 | 63 | 52 | 4 | 15D | 62 | 30 |
| Octal | 365 | 2 | 55 | 0 | 143 | 122 | 4 | 535 | 142 | 60 |
| Binary | 11110101 | 10 | 101101 | 0 | 1100011 | 1010010 | 100 | 101011101 | 1100010 | 110000 |
Color Harmonies of #F5022D
Complementary color
Monochromatic Colors of #F5022D
Black with #F5022D
Text Example
Text Example
White with #F5022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5022D; }
p { color: rgb(245,2,45); }
H1.HeaderClassName
{
color: #F5022D;
}
.AnyTagClassName
{
color: #F5022D;
}
</style>
background-color css
<style>
a { background-color: #F5022D; }
a { background-color: rgb(245,2,45); }
div.DivClassName
{
background-color: #F5022D;
}
.BgClassName
{
background-color: #F5022D;
}
</style>
border-color css
<style>
span { border-color: #F5022D; }
span { border-color: rgb(245,2,45); }
td.TdClassName
{
border-color: #F5022D;
}
.TagClassName
{
border-color: #F5022D;
}
</style>