Shades of Torch Red #F40727
Tints of Torch Red #F40727
RGB
CMYK
RGB Variations
Color information
#F40727 (or 0xF40727) is known color: Torch Red. HEX triplet: F4, 07 and 27. RGB value is (244,7,39). Sum of RGB (Red+Green+Blue) = 244+7+39=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F40727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40727 is #0BF8D8. Grayscale: #515151. Windows color (decimal): -784601 or 2557940. OLE color: 2557940.
HSL color Cylindrical-coordinate representation of color #F40727: hue angle of 351.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40727 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 39 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.04 |
| HSL | 351.9º | 0.94% | 0.49% | - |
| HSV(B) | 351.9º | 0.97% | 0.96% | - |
| XYZ | 37.75 | 19.53 | 3.7 | - |
| YUV | 81.51 | 104.02 | 243.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 39 | 0 | 0.97 | 0.84 | 0.04 | 351.9 | 0.94 | 0.49 |
| Hex | F4 | 7 | 27 | 0 | 61 | 54 | 4 | 160 | 5E | 31 |
| Octal | 364 | 7 | 47 | 0 | 141 | 124 | 4 | 540 | 136 | 61 |
| Binary | 11110100 | 111 | 100111 | 0 | 1100001 | 1010100 | 100 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F40727
Complementary color
Monochromatic Colors of #F40727
Black with #F40727
Text Example
Text Example
White with #F40727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40727; }
p { color: rgb(244,7,39); }
H1.HeaderClassName
{
color: #F40727;
}
.AnyTagClassName
{
color: #F40727;
}
</style>
background-color css
<style>
a { background-color: #F40727; }
a { background-color: rgb(244,7,39); }
div.DivClassName
{
background-color: #F40727;
}
.BgClassName
{
background-color: #F40727;
}
</style>
border-color css
<style>
span { border-color: #F40727; }
span { border-color: rgb(244,7,39); }
td.TdClassName
{
border-color: #F40727;
}
.TagClassName
{
border-color: #F40727;
}
</style>