Shades of Torch Red #F11534
Tints of Torch Red #F11534
RGB
CMYK
RGB Variations
Color information
#F11534 (or 0xF11534) is known color: Torch Red. HEX triplet: F1, 15 and 34. RGB value is (241,21,52). Sum of RGB (Red+Green+Blue) = 241+21+52=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11534 is #0EEACB. Grayscale: #5A5A5A. Windows color (decimal): -977612 or 3413489. OLE color: 3413489.
HSL color Cylindrical-coordinate representation of color #F11534: hue angle of 351.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11534 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.05 |
| HSL | 351.55º | 0.89% | 0.51% | - |
| HSV(B) | 351.55º | 0.91% | 0.95% | - |
| XYZ | 37.16 | 19.49 | 5.05 | - |
| YUV | 90.31 | 106.39 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 52 | 0 | 0.91 | 0.78 | 0.05 | 351.55 | 0.89 | 0.51 |
| Hex | F1 | 15 | 34 | 0 | 5B | 4E | 5 | 160 | 59 | 33 |
| Octal | 361 | 25 | 64 | 0 | 133 | 116 | 5 | 540 | 131 | 63 |
| Binary | 11110001 | 10101 | 110100 | 0 | 1011011 | 1001110 | 101 | 101100000 | 1011001 | 110011 |
Color Harmonies of #F11534
Complementary color
Monochromatic Colors of #F11534
Black with #F11534
Text Example
Text Example
White with #F11534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11534; }
p { color: rgb(241,21,52); }
H1.HeaderClassName
{
color: #F11534;
}
.AnyTagClassName
{
color: #F11534;
}
</style>
background-color css
<style>
a { background-color: #F11534; }
a { background-color: rgb(241,21,52); }
div.DivClassName
{
background-color: #F11534;
}
.BgClassName
{
background-color: #F11534;
}
</style>
border-color css
<style>
span { border-color: #F11534; }
span { border-color: rgb(241,21,52); }
td.TdClassName
{
border-color: #F11534;
}
.TagClassName
{
border-color: #F11534;
}
</style>