Shades of Torch Red #F10D26
Tints of Torch Red #F10D26
RGB
CMYK
RGB Variations
Color information
#F10D26 (or 0xF10D26) is known color: Torch Red. HEX triplet: F1, 0D and 26. RGB value is (241,13,38). Sum of RGB (Red+Green+Blue) = 241+13+38=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10D26 is #0EF2D9. Grayscale: #545454. Windows color (decimal): -979674 or 2493937. OLE color: 2493937.
HSL color Cylindrical-coordinate representation of color #F10D26: hue angle of 353.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D26 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 38 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.05 |
| HSL | 353.42º | 0.9% | 0.5% | - |
| HSV(B) | 353.42º | 0.95% | 0.95% | - |
| XYZ | 36.77 | 19.13 | 3.59 | - |
| YUV | 84.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 38 | 0 | 0.95 | 0.84 | 0.05 | 353.42 | 0.9 | 0.5 |
| Hex | F1 | D | 26 | 0 | 5F | 54 | 5 | 161 | 5A | 32 |
| Octal | 361 | 15 | 46 | 0 | 137 | 124 | 5 | 541 | 132 | 62 |
| Binary | 11110001 | 1101 | 100110 | 0 | 1011111 | 1010100 | 101 | 101100001 | 1011010 | 110010 |
Color Harmonies of #F10D26
Complementary color
Monochromatic Colors of #F10D26
Black with #F10D26
Text Example
Text Example
White with #F10D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D26; }
p { color: rgb(241,13,38); }
H1.HeaderClassName
{
color: #F10D26;
}
.AnyTagClassName
{
color: #F10D26;
}
</style>
background-color css
<style>
a { background-color: #F10D26; }
a { background-color: rgb(241,13,38); }
div.DivClassName
{
background-color: #F10D26;
}
.BgClassName
{
background-color: #F10D26;
}
</style>
border-color css
<style>
span { border-color: #F10D26; }
span { border-color: rgb(241,13,38); }
td.TdClassName
{
border-color: #F10D26;
}
.TagClassName
{
border-color: #F10D26;
}
</style>