Shades of Torch Red #F40133
Tints of Torch Red #F40133
RGB
CMYK
RGB Variations
Color information
#F40133 (or 0xF40133) is known color: Torch Red. HEX triplet: F4, 01 and 33. RGB value is (244,1,51). Sum of RGB (Red+Green+Blue) = 244+1+51=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F40133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40133 is #0BFECC. Grayscale: #4F4F4F. Windows color (decimal): -786125 or 3342836. OLE color: 3342836.
HSL color Cylindrical-coordinate representation of color #F40133: hue angle of 347.65º 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 #F40133 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 51 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.04 |
| HSL | 347.65º | 0.99% | 0.48% | - |
| HSV(B) | 347.65º | 1% | 0.96% | - |
| XYZ | 37.92 | 19.49 | 4.9 | - |
| YUV | 79.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 51 | 0 | 1.00 | 0.79 | 0.04 | 347.65 | 0.99 | 0.48 |
| Hex | F4 | 1 | 33 | 0 | 64 | 4F | 4 | 15C | 63 | 30 |
| Octal | 364 | 1 | 63 | 0 | 144 | 117 | 4 | 534 | 143 | 60 |
| Binary | 11110100 | 1 | 110011 | 0 | 1100100 | 1001111 | 100 | 101011100 | 1100011 | 110000 |
Color Harmonies of #F40133
Complementary color
Monochromatic Colors of #F40133
Black with #F40133
Text Example
Text Example
White with #F40133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40133; }
p { color: rgb(244,1,51); }
H1.HeaderClassName
{
color: #F40133;
}
.AnyTagClassName
{
color: #F40133;
}
</style>
background-color css
<style>
a { background-color: #F40133; }
a { background-color: rgb(244,1,51); }
div.DivClassName
{
background-color: #F40133;
}
.BgClassName
{
background-color: #F40133;
}
</style>
border-color css
<style>
span { border-color: #F40133; }
span { border-color: rgb(244,1,51); }
td.TdClassName
{
border-color: #F40133;
}
.TagClassName
{
border-color: #F40133;
}
</style>