Shades of Torch Red #F4030D
Tints of Torch Red #F4030D
RGB
CMYK
RGB Variations
Color information
#F4030D (or 0xF4030D) is known color: Torch Red. HEX triplet: F4, 03 and 0D. RGB value is (244,3,13). Sum of RGB (Red+Green+Blue) = 244+3+13=260 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 244 - color contains mainly: red. Hex color #F4030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4030D is #0BFCF2. Grayscale: #4C4C4C. Windows color (decimal): -785651 or 852980. OLE color: 852980.
HSL color Cylindrical-coordinate representation of color #F4030D: hue angle of 357.51º 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 #F4030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.04 |
| HSL | 357.51º | 0.98% | 0.48% | - |
| HSV(B) | 357.51º | 0.99% | 0.96% | - |
| XYZ | 37.41 | 19.33 | 2.14 | - |
| YUV | 76.2 | 92.34 | 247.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 13 | 0 | 0.99 | 0.95 | 0.04 | 357.51 | 0.98 | 0.48 |
| Hex | F4 | 3 | D | 0 | 63 | 5F | 4 | 166 | 62 | 30 |
| Octal | 364 | 3 | 15 | 0 | 143 | 137 | 4 | 546 | 142 | 60 |
| Binary | 11110100 | 11 | 1101 | 0 | 1100011 | 1011111 | 100 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F4030D
Complementary color
Monochromatic Colors of #F4030D
Black with #F4030D
Text Example
Text Example
White with #F4030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4030D; }
p { color: rgb(244,3,13); }
H1.HeaderClassName
{
color: #F4030D;
}
.AnyTagClassName
{
color: #F4030D;
}
</style>
background-color css
<style>
a { background-color: #F4030D; }
a { background-color: rgb(244,3,13); }
div.DivClassName
{
background-color: #F4030D;
}
.BgClassName
{
background-color: #F4030D;
}
</style>
border-color css
<style>
span { border-color: #F4030D; }
span { border-color: rgb(244,3,13); }
td.TdClassName
{
border-color: #F4030D;
}
.TagClassName
{
border-color: #F4030D;
}
</style>