Shades of Torch Red #F40320
Tints of Torch Red #F40320
RGB
CMYK
RGB Variations
Color information
#F40320 (or 0xF40320) is known color: Torch Red. HEX triplet: F4, 03 and 20. RGB value is (244,3,32). Sum of RGB (Red+Green+Blue) = 244+3+32=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F40320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40320 is #0BFCDF. Grayscale: #4E4E4E. Windows color (decimal): -785632 or 2098164. OLE color: 2098164.
HSL color Cylindrical-coordinate representation of color #F40320: hue angle of 352.78º 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 #F40320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 352.78º | 0.98% | 0.48% | - |
| HSV(B) | 352.78º | 0.99% | 0.96% | - |
| XYZ | 37.6 | 19.4 | 3.13 | - |
| YUV | 78.37 | 101.84 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 32 | 0 | 0.99 | 0.87 | 0.04 | 352.78 | 0.98 | 0.48 |
| Hex | F4 | 3 | 20 | 0 | 63 | 57 | 4 | 161 | 62 | 30 |
| Octal | 364 | 3 | 40 | 0 | 143 | 127 | 4 | 541 | 142 | 60 |
| Binary | 11110100 | 11 | 100000 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F40320
Complementary color
Monochromatic Colors of #F40320
Black with #F40320
Text Example
Text Example
White with #F40320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40320; }
p { color: rgb(244,3,32); }
H1.HeaderClassName
{
color: #F40320;
}
.AnyTagClassName
{
color: #F40320;
}
</style>
background-color css
<style>
a { background-color: #F40320; }
a { background-color: rgb(244,3,32); }
div.DivClassName
{
background-color: #F40320;
}
.BgClassName
{
background-color: #F40320;
}
</style>
border-color css
<style>
span { border-color: #F40320; }
span { border-color: rgb(244,3,32); }
td.TdClassName
{
border-color: #F40320;
}
.TagClassName
{
border-color: #F40320;
}
</style>