Shades of Torch Red #F91213
Tints of Torch Red #F91213
RGB
CMYK
RGB Variations
Color information
#F91213 (or 0xF91213) is known color: Torch Red. HEX triplet: F9, 12 and 13. RGB value is (249,18,19). Sum of RGB (Red+Green+Blue) = 249+18+19=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F91213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91213 is #06EDEC. Grayscale: #575757. Windows color (decimal): -454125 or 1250041. OLE color: 1250041.
HSL color Cylindrical-coordinate representation of color #F91213: hue angle of 359.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91213 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.02 |
| HSL | 359.74º | 0.95% | 0.52% | - |
| HSV(B) | 359.74º | 0.93% | 0.98% | - |
| XYZ | 39.4 | 20.62 | 2.52 | - |
| YUV | 87.18 | 89.53 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 19 | 0 | 0.93 | 0.92 | 0.02 | 359.74 | 0.95 | 0.52 |
| Hex | F9 | 12 | 13 | 0 | 5D | 5C | 2 | 168 | 5F | 34 |
| Octal | 371 | 22 | 23 | 0 | 135 | 134 | 2 | 550 | 137 | 64 |
| Binary | 11111001 | 10010 | 10011 | 0 | 1011101 | 1011100 | 10 | 101101000 | 1011111 | 110100 |
Color Harmonies of #F91213
Complementary color
Monochromatic Colors of #F91213
Black with #F91213
Text Example
Text Example
White with #F91213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91213; }
p { color: rgb(249,18,19); }
H1.HeaderClassName
{
color: #F91213;
}
.AnyTagClassName
{
color: #F91213;
}
</style>
background-color css
<style>
a { background-color: #F91213; }
a { background-color: rgb(249,18,19); }
div.DivClassName
{
background-color: #F91213;
}
.BgClassName
{
background-color: #F91213;
}
</style>
border-color css
<style>
span { border-color: #F91213; }
span { border-color: rgb(249,18,19); }
td.TdClassName
{
border-color: #F91213;
}
.TagClassName
{
border-color: #F91213;
}
</style>