Shades of Torch Red #F41227
Tints of Torch Red #F41227
RGB
CMYK
RGB Variations
Color information
#F41227 (or 0xF41227) is known color: Torch Red. HEX triplet: F4, 12 and 27. RGB value is (244,18,39). Sum of RGB (Red+Green+Blue) = 244+18+39=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41227 is #0BEDD8. Grayscale: #585858. Windows color (decimal): -781785 or 2560756. OLE color: 2560756.
HSL color Cylindrical-coordinate representation of color #F41227: hue angle of 354.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41227 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 354.42º | 0.91% | 0.51% | - |
| HSV(B) | 354.42º | 0.93% | 0.96% | - |
| XYZ | 37.89 | 19.81 | 3.75 | - |
| YUV | 87.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 39 | 0 | 0.93 | 0.84 | 0.04 | 354.42 | 0.91 | 0.51 |
| Hex | F4 | 12 | 27 | 0 | 5D | 54 | 4 | 162 | 5B | 33 |
| Octal | 364 | 22 | 47 | 0 | 135 | 124 | 4 | 542 | 133 | 63 |
| Binary | 11110100 | 10010 | 100111 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011011 | 110011 |
Color Harmonies of #F41227
Complementary color
Monochromatic Colors of #F41227
Black with #F41227
Text Example
Text Example
White with #F41227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41227; }
p { color: rgb(244,18,39); }
H1.HeaderClassName
{
color: #F41227;
}
.AnyTagClassName
{
color: #F41227;
}
</style>
background-color css
<style>
a { background-color: #F41227; }
a { background-color: rgb(244,18,39); }
div.DivClassName
{
background-color: #F41227;
}
.BgClassName
{
background-color: #F41227;
}
</style>
border-color css
<style>
span { border-color: #F41227; }
span { border-color: rgb(244,18,39); }
td.TdClassName
{
border-color: #F41227;
}
.TagClassName
{
border-color: #F41227;
}
</style>