Shades of Torch Red #F90204
Tints of Torch Red #F90204
RGB
CMYK
RGB Variations
Color information
#F90204 (or 0xF90204) is known color: Torch Red. HEX triplet: F9, 02 and 04. RGB value is (249,2,4). Sum of RGB (Red+Green+Blue) = 249+2+4=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90204 is #06FDFB. Grayscale: #4C4C4C. Windows color (decimal): -458236 or 262905. OLE color: 262905.
HSL color Cylindrical-coordinate representation of color #F90204: hue angle of 359.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.02 |
| HSL | 359.51º | 0.98% | 0.49% | - |
| HSV(B) | 359.51º | 0.99% | 0.98% | - |
| XYZ | 39.11 | 20.19 | 1.95 | - |
| YUV | 76.08 | 87.33 | 251.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 4 | 0 | 0.99 | 0.98 | 0.02 | 359.51 | 0.98 | 0.49 |
| Hex | F9 | 2 | 4 | 0 | 63 | 62 | 2 | 168 | 62 | 31 |
| Octal | 371 | 2 | 4 | 0 | 143 | 142 | 2 | 550 | 142 | 61 |
| Binary | 11111001 | 10 | 100 | 0 | 1100011 | 1100010 | 10 | 101101000 | 1100010 | 110001 |
Color Harmonies of #F90204
Complementary color
Monochromatic Colors of #F90204
Black with #F90204
Text Example
Text Example
White with #F90204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90204; }
p { color: rgb(249,2,4); }
H1.HeaderClassName
{
color: #F90204;
}
.AnyTagClassName
{
color: #F90204;
}
</style>
background-color css
<style>
a { background-color: #F90204; }
a { background-color: rgb(249,2,4); }
div.DivClassName
{
background-color: #F90204;
}
.BgClassName
{
background-color: #F90204;
}
</style>
border-color css
<style>
span { border-color: #F90204; }
span { border-color: rgb(249,2,4); }
td.TdClassName
{
border-color: #F90204;
}
.TagClassName
{
border-color: #F90204;
}
</style>