Shades of Torch Red #F91D3E
Tints of Torch Red #F91D3E
RGB
CMYK
RGB Variations
Color information
#F91D3E (or 0xF91D3E) is known color: Torch Red. HEX triplet: F9, 1D and 3E. RGB value is (249,29,62). Sum of RGB (Red+Green+Blue) = 249+29+62=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D3E is #06E2C1. Grayscale: #626262. Windows color (decimal): -451266 or 4070905. OLE color: 4070905.
HSL color Cylindrical-coordinate representation of color #F91D3E: hue angle of 351º 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 #F91D3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 62 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.02 |
| HSL | 351º | 0.95% | 0.55% | - |
| HSV(B) | 351º | 0.88% | 0.98% | - |
| XYZ | 40.38 | 21.37 | 6.55 | - |
| YUV | 98.54 | 107.39 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 62 | 0 | 0.88 | 0.75 | 0.02 | 351 | 0.95 | 0.55 |
| Hex | F9 | 1D | 3E | 0 | 58 | 4B | 2 | 15F | 5F | 37 |
| Octal | 371 | 35 | 76 | 0 | 130 | 113 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 11101 | 111110 | 0 | 1011000 | 1001011 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F91D3E
Complementary color
Monochromatic Colors of #F91D3E
Black with #F91D3E
Text Example
Text Example
White with #F91D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D3E; }
p { color: rgb(249,29,62); }
H1.HeaderClassName
{
color: #F91D3E;
}
.AnyTagClassName
{
color: #F91D3E;
}
</style>
background-color css
<style>
a { background-color: #F91D3E; }
a { background-color: rgb(249,29,62); }
div.DivClassName
{
background-color: #F91D3E;
}
.BgClassName
{
background-color: #F91D3E;
}
</style>
border-color css
<style>
span { border-color: #F91D3E; }
span { border-color: rgb(249,29,62); }
td.TdClassName
{
border-color: #F91D3E;
}
.TagClassName
{
border-color: #F91D3E;
}
</style>