Shades of Torch Red #F5030D
Tints of Torch Red #F5030D
RGB
CMYK
RGB Variations
Color information
#F5030D (or 0xF5030D) is known color: Torch Red. HEX triplet: F5, 03 and 0D. RGB value is (245,3,13). Sum of RGB (Red+Green+Blue) = 245+3+13=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F5030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5030D is #0AFCF2. Grayscale: #4C4C4C. Windows color (decimal): -720115 or 852981. OLE color: 852981.
HSL color Cylindrical-coordinate representation of color #F5030D: hue angle of 357.52º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.04 |
| HSL | 357.52º | 0.98% | 0.49% | - |
| HSV(B) | 357.52º | 0.99% | 0.96% | - |
| XYZ | 37.76 | 19.51 | 2.16 | - |
| YUV | 76.5 | 92.17 | 248.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 13 | 0 | 0.99 | 0.95 | 0.04 | 357.52 | 0.98 | 0.49 |
| Hex | F5 | 3 | D | 0 | 63 | 5F | 4 | 166 | 62 | 31 |
| Octal | 365 | 3 | 15 | 0 | 143 | 137 | 4 | 546 | 142 | 61 |
| Binary | 11110101 | 11 | 1101 | 0 | 1100011 | 1011111 | 100 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F5030D
Complementary color
Monochromatic Colors of #F5030D
Black with #F5030D
Text Example
Text Example
White with #F5030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5030D; }
p { color: rgb(245,3,13); }
H1.HeaderClassName
{
color: #F5030D;
}
.AnyTagClassName
{
color: #F5030D;
}
</style>
background-color css
<style>
a { background-color: #F5030D; }
a { background-color: rgb(245,3,13); }
div.DivClassName
{
background-color: #F5030D;
}
.BgClassName
{
background-color: #F5030D;
}
</style>
border-color css
<style>
span { border-color: #F5030D; }
span { border-color: rgb(245,3,13); }
td.TdClassName
{
border-color: #F5030D;
}
.TagClassName
{
border-color: #F5030D;
}
</style>