Shades of Torch Red #F91E29
Tints of Torch Red #F91E29
RGB
CMYK
RGB Variations
Color information
#F91E29 (or 0xF91E29) is known color: Torch Red. HEX triplet: F9, 1E and 29. RGB value is (249,30,41). Sum of RGB (Red+Green+Blue) = 249+30+41=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91E29 is #06E1D6. Grayscale: #606060. Windows color (decimal): -451031 or 2694905. OLE color: 2694905.
HSL color Cylindrical-coordinate representation of color #F91E29: hue angle of 356.99º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91E29 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 41 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.02 |
| HSL | 356.99º | 0.95% | 0.55% | - |
| HSV(B) | 356.99º | 0.88% | 0.98% | - |
| XYZ | 39.93 | 21.23 | 4.09 | - |
| YUV | 96.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 41 | 0 | 0.88 | 0.84 | 0.02 | 356.99 | 0.95 | 0.55 |
| Hex | F9 | 1E | 29 | 0 | 58 | 54 | 2 | 165 | 5F | 37 |
| Octal | 371 | 36 | 51 | 0 | 130 | 124 | 2 | 545 | 137 | 67 |
| Binary | 11111001 | 11110 | 101001 | 0 | 1011000 | 1010100 | 10 | 101100101 | 1011111 | 110111 |
Color Harmonies of #F91E29
Complementary color
Monochromatic Colors of #F91E29
Black with #F91E29
Text Example
Text Example
White with #F91E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E29; }
p { color: rgb(249,30,41); }
H1.HeaderClassName
{
color: #F91E29;
}
.AnyTagClassName
{
color: #F91E29;
}
</style>
background-color css
<style>
a { background-color: #F91E29; }
a { background-color: rgb(249,30,41); }
div.DivClassName
{
background-color: #F91E29;
}
.BgClassName
{
background-color: #F91E29;
}
</style>
border-color css
<style>
span { border-color: #F91E29; }
span { border-color: rgb(249,30,41); }
td.TdClassName
{
border-color: #F91E29;
}
.TagClassName
{
border-color: #F91E29;
}
</style>