Shades of Torch Red #F91E3E
Tints of Torch Red #F91E3E
RGB
CMYK
RGB Variations
Color information
#F91E3E (or 0xF91E3E) is known color: Torch Red. HEX triplet: F9, 1E and 3E. RGB value is (249,30,62). Sum of RGB (Red+Green+Blue) = 249+30+62=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91E3E is #06E1C1. Grayscale: #636363. Windows color (decimal): -451010 or 4071161. OLE color: 4071161.
HSL color Cylindrical-coordinate representation of color #F91E3E: hue angle of 351.23º 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 #F91E3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 62 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.02 |
| HSL | 351.23º | 0.95% | 0.55% | - |
| HSV(B) | 351.23º | 0.88% | 0.98% | - |
| XYZ | 40.4 | 21.42 | 6.56 | - |
| YUV | 99.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 62 | 0 | 0.88 | 0.75 | 0.02 | 351.23 | 0.95 | 0.55 |
| Hex | F9 | 1E | 3E | 0 | 58 | 4B | 2 | 15F | 5F | 37 |
| Octal | 371 | 36 | 76 | 0 | 130 | 113 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 11110 | 111110 | 0 | 1011000 | 1001011 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F91E3E
Complementary color
Monochromatic Colors of #F91E3E
Black with #F91E3E
Text Example
Text Example
White with #F91E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E3E; }
p { color: rgb(249,30,62); }
H1.HeaderClassName
{
color: #F91E3E;
}
.AnyTagClassName
{
color: #F91E3E;
}
</style>
background-color css
<style>
a { background-color: #F91E3E; }
a { background-color: rgb(249,30,62); }
div.DivClassName
{
background-color: #F91E3E;
}
.BgClassName
{
background-color: #F91E3E;
}
</style>
border-color css
<style>
span { border-color: #F91E3E; }
span { border-color: rgb(249,30,62); }
td.TdClassName
{
border-color: #F91E3E;
}
.TagClassName
{
border-color: #F91E3E;
}
</style>