Shades of Torch Red #F40027
Tints of Torch Red #F40027
RGB
CMYK
RGB Variations
Color information
#F40027 (or 0xF40027) is known color: Torch Red. HEX triplet: F4, 00 and 27. RGB value is (244,0,39). Sum of RGB (Red+Green+Blue) = 244+0+39=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40027 is #0BFFD8. Grayscale: #4D4D4D. Windows color (decimal): -786393 or 2556148. OLE color: 2556148.
HSL color Cylindrical-coordinate representation of color #F40027: hue angle of 350.41º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40027 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.84 | 0.04 |
| HSL | 350.41º | 1% | 0.48% | - |
| HSV(B) | 350.41º | 1% | 0.96% | - |
| XYZ | 37.67 | 19.38 | 3.67 | - |
| YUV | 77.4 | 106.34 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 39 | 0 | 1 | 0.84 | 0.04 | 350.41 | 1 | 0.48 |
| Hex | F4 | 0 | 27 | 0 | 64 | 54 | 4 | 15E | 64 | 30 |
| Octal | 364 | 0 | 47 | 0 | 144 | 124 | 4 | 536 | 144 | 60 |
| Binary | 11110100 | 0 | 100111 | 0 | 1100100 | 1010100 | 100 | 101011110 | 1100100 | 110000 |
Color Harmonies of #F40027
Complementary color
Monochromatic Colors of #F40027
Black with #F40027
Text Example
Text Example
White with #F40027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40027; }
p { color: rgb(244,0,39); }
H1.HeaderClassName
{
color: #F40027;
}
.AnyTagClassName
{
color: #F40027;
}
</style>
background-color css
<style>
a { background-color: #F40027; }
a { background-color: rgb(244,0,39); }
div.DivClassName
{
background-color: #F40027;
}
.BgClassName
{
background-color: #F40027;
}
</style>
border-color css
<style>
span { border-color: #F40027; }
span { border-color: rgb(244,0,39); }
td.TdClassName
{
border-color: #F40027;
}
.TagClassName
{
border-color: #F40027;
}
</style>