Shades of Torch Red #F90013
Tints of Torch Red #F90013
RGB
CMYK
RGB Variations
Color information
#F90013 (or 0xF90013) is known color: Torch Red. HEX triplet: F9, 00 and 13. RGB value is (249,0,19). Sum of RGB (Red+Green+Blue) = 249+0+19=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F90013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90013 is #06FFEC. Grayscale: #4C4C4C. Windows color (decimal): -458733 or 1245433. OLE color: 1245433.
HSL color Cylindrical-coordinate representation of color #F90013: hue angle of 355.42º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.02 |
| HSL | 355.42º | 1% | 0.49% | - |
| HSV(B) | 355.42º | 1% | 0.98% | - |
| XYZ | 39.18 | 20.19 | 2.45 | - |
| YUV | 76.62 | 95.49 | 250.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 19 | 0 | 1 | 0.92 | 0.02 | 355.42 | 1 | 0.49 |
| Hex | F9 | 0 | 13 | 0 | 64 | 5C | 2 | 163 | 64 | 31 |
| Octal | 371 | 0 | 23 | 0 | 144 | 134 | 2 | 543 | 144 | 61 |
| Binary | 11111001 | 0 | 10011 | 0 | 1100100 | 1011100 | 10 | 101100011 | 1100100 | 110001 |
Color Harmonies of #F90013
Complementary color
Monochromatic Colors of #F90013
Black with #F90013
Text Example
Text Example
White with #F90013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90013; }
p { color: rgb(249,0,19); }
H1.HeaderClassName
{
color: #F90013;
}
.AnyTagClassName
{
color: #F90013;
}
</style>
background-color css
<style>
a { background-color: #F90013; }
a { background-color: rgb(249,0,19); }
div.DivClassName
{
background-color: #F90013;
}
.BgClassName
{
background-color: #F90013;
}
</style>
border-color css
<style>
span { border-color: #F90013; }
span { border-color: rgb(249,0,19); }
td.TdClassName
{
border-color: #F90013;
}
.TagClassName
{
border-color: #F90013;
}
</style>