Shades of Torch Red #F11429
Tints of Torch Red #F11429
RGB
CMYK
RGB Variations
Color information
#F11429 (or 0xF11429) is known color: Torch Red. HEX triplet: F1, 14 and 29. RGB value is (241,20,41). Sum of RGB (Red+Green+Blue) = 241+20+41=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F11429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11429 is #0EEBD6. Grayscale: #585858. Windows color (decimal): -977879 or 2692337. OLE color: 2692337.
HSL color Cylindrical-coordinate representation of color #F11429: hue angle of 354.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11429 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.05 |
| HSL | 354.3º | 0.89% | 0.51% | - |
| HSV(B) | 354.3º | 0.92% | 0.95% | - |
| XYZ | 36.93 | 19.36 | 3.89 | - |
| YUV | 88.47 | 101.22 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 41 | 0 | 0.92 | 0.83 | 0.05 | 354.3 | 0.89 | 0.51 |
| Hex | F1 | 14 | 29 | 0 | 5C | 53 | 5 | 162 | 59 | 33 |
| Octal | 361 | 24 | 51 | 0 | 134 | 123 | 5 | 542 | 131 | 63 |
| Binary | 11110001 | 10100 | 101001 | 0 | 1011100 | 1010011 | 101 | 101100010 | 1011001 | 110011 |
Color Harmonies of #F11429
Complementary color
Monochromatic Colors of #F11429
Black with #F11429
Text Example
Text Example
White with #F11429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11429; }
p { color: rgb(241,20,41); }
H1.HeaderClassName
{
color: #F11429;
}
.AnyTagClassName
{
color: #F11429;
}
</style>
background-color css
<style>
a { background-color: #F11429; }
a { background-color: rgb(241,20,41); }
div.DivClassName
{
background-color: #F11429;
}
.BgClassName
{
background-color: #F11429;
}
</style>
border-color css
<style>
span { border-color: #F11429; }
span { border-color: rgb(241,20,41); }
td.TdClassName
{
border-color: #F11429;
}
.TagClassName
{
border-color: #F11429;
}
</style>