Shades of Torch Red #F91A2D
Tints of Torch Red #F91A2D
RGB
CMYK
RGB Variations
Color information
#F91A2D (or 0xF91A2D) is known color: Torch Red. HEX triplet: F9, 1A and 2D. RGB value is (249,26,45). Sum of RGB (Red+Green+Blue) = 249+26+45=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A2D is #06E5D2. Grayscale: #5E5E5E. Windows color (decimal): -452051 or 2956025. OLE color: 2956025.
HSL color Cylindrical-coordinate representation of color #F91A2D: hue angle of 354.89º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A2D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.89º | 0.95% | 0.54% | - |
| HSV(B) | 354.89º | 0.9% | 0.98% | - |
| XYZ | 39.91 | 21.07 | 4.45 | - |
| YUV | 94.84 | 99.88 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 45 | 0 | 0.90 | 0.82 | 0.02 | 354.89 | 0.95 | 0.54 |
| Hex | F9 | 1A | 2D | 0 | 5A | 52 | 2 | 163 | 5F | 36 |
| Octal | 371 | 32 | 55 | 0 | 132 | 122 | 2 | 543 | 137 | 66 |
| Binary | 11111001 | 11010 | 101101 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1011111 | 110110 |
Color Harmonies of #F91A2D
Complementary color
Monochromatic Colors of #F91A2D
Black with #F91A2D
Text Example
Text Example
White with #F91A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A2D; }
p { color: rgb(249,26,45); }
H1.HeaderClassName
{
color: #F91A2D;
}
.AnyTagClassName
{
color: #F91A2D;
}
</style>
background-color css
<style>
a { background-color: #F91A2D; }
a { background-color: rgb(249,26,45); }
div.DivClassName
{
background-color: #F91A2D;
}
.BgClassName
{
background-color: #F91A2D;
}
</style>
border-color css
<style>
span { border-color: #F91A2D; }
span { border-color: rgb(249,26,45); }
td.TdClassName
{
border-color: #F91A2D;
}
.TagClassName
{
border-color: #F91A2D;
}
</style>