Shades of Torch Red #F40E21
Tints of Torch Red #F40E21
RGB
CMYK
RGB Variations
Color information
#F40E21 (or 0xF40E21) is known color: Torch Red. HEX triplet: F4, 0E and 21. RGB value is (244,14,33). Sum of RGB (Red+Green+Blue) = 244+14+33=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40E21 is #0BF1DE. Grayscale: #555555. Windows color (decimal): -782815 or 2166516. OLE color: 2166516.
HSL color Cylindrical-coordinate representation of color #F40E21: hue angle of 355.04º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40E21 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 33 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.04 |
| HSL | 355.04º | 0.91% | 0.51% | - |
| HSV(B) | 355.04º | 0.94% | 0.96% | - |
| XYZ | 37.74 | 19.66 | 3.24 | - |
| YUV | 84.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 33 | 0 | 0.94 | 0.86 | 0.04 | 355.04 | 0.91 | 0.51 |
| Hex | F4 | E | 21 | 0 | 5E | 56 | 4 | 163 | 5B | 33 |
| Octal | 364 | 16 | 41 | 0 | 136 | 126 | 4 | 543 | 133 | 63 |
| Binary | 11110100 | 1110 | 100001 | 0 | 1011110 | 1010110 | 100 | 101100011 | 1011011 | 110011 |
Color Harmonies of #F40E21
Complementary color
Monochromatic Colors of #F40E21
Black with #F40E21
Text Example
Text Example
White with #F40E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E21; }
p { color: rgb(244,14,33); }
H1.HeaderClassName
{
color: #F40E21;
}
.AnyTagClassName
{
color: #F40E21;
}
</style>
background-color css
<style>
a { background-color: #F40E21; }
a { background-color: rgb(244,14,33); }
div.DivClassName
{
background-color: #F40E21;
}
.BgClassName
{
background-color: #F40E21;
}
</style>
border-color css
<style>
span { border-color: #F40E21; }
span { border-color: rgb(244,14,33); }
td.TdClassName
{
border-color: #F40E21;
}
.TagClassName
{
border-color: #F40E21;
}
</style>