Shades of Torch Red #F40127
Tints of Torch Red #F40127
RGB
CMYK
RGB Variations
Color information
#F40127 (or 0xF40127) is known color: Torch Red. HEX triplet: F4, 01 and 27. RGB value is (244,1,39). Sum of RGB (Red+Green+Blue) = 244+1+39=284 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.92% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 244 - color contains mainly: red. Hex color #F40127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40127 is #0BFED8. Grayscale: #4E4E4E. Windows color (decimal): -786137 or 2556404. OLE color: 2556404.
HSL color Cylindrical-coordinate representation of color #F40127: hue angle of 350.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.04 |
| HSL | 350.62º | 0.99% | 0.48% | - |
| HSV(B) | 350.62º | 1% | 0.96% | - |
| XYZ | 37.69 | 19.4 | 3.68 | - |
| YUV | 77.99 | 106.01 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 39 | 0 | 1.00 | 0.84 | 0.04 | 350.62 | 0.99 | 0.48 |
| Hex | F4 | 1 | 27 | 0 | 64 | 54 | 4 | 15F | 63 | 30 |
| Octal | 364 | 1 | 47 | 0 | 144 | 124 | 4 | 537 | 143 | 60 |
| Binary | 11110100 | 1 | 100111 | 0 | 1100100 | 1010100 | 100 | 101011111 | 1100011 | 110000 |
Color Harmonies of #F40127
Complementary color
Monochromatic Colors of #F40127
Black with #F40127
Text Example
Text Example
White with #F40127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40127; }
p { color: rgb(244,1,39); }
H1.HeaderClassName
{
color: #F40127;
}
.AnyTagClassName
{
color: #F40127;
}
</style>
background-color css
<style>
a { background-color: #F40127; }
a { background-color: rgb(244,1,39); }
div.DivClassName
{
background-color: #F40127;
}
.BgClassName
{
background-color: #F40127;
}
</style>
border-color css
<style>
span { border-color: #F40127; }
span { border-color: rgb(244,1,39); }
td.TdClassName
{
border-color: #F40127;
}
.TagClassName
{
border-color: #F40127;
}
</style>