Shades of Torch Red #F90819
Tints of Torch Red #F90819
RGB
CMYK
RGB Variations
Color information
#F90819 (or 0xF90819) is known color: Torch Red. HEX triplet: F9, 08 and 19. RGB value is (249,8,25). Sum of RGB (Red+Green+Blue) = 249+8+25=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F90819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90819 is #06F7E6. Grayscale: #525252. Windows color (decimal): -456679 or 1640697. OLE color: 1640697.
HSL color Cylindrical-coordinate representation of color #F90819: hue angle of 355.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90819 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.02 |
| HSL | 355.77º | 0.95% | 0.5% | - |
| HSV(B) | 355.77º | 0.97% | 0.98% | - |
| XYZ | 39.33 | 20.38 | 2.78 | - |
| YUV | 82 | 95.84 | 247.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 25 | 0 | 0.97 | 0.90 | 0.02 | 355.77 | 0.95 | 0.5 |
| Hex | F9 | 8 | 19 | 0 | 61 | 5A | 2 | 164 | 5F | 32 |
| Octal | 371 | 10 | 31 | 0 | 141 | 132 | 2 | 544 | 137 | 62 |
| Binary | 11111001 | 1000 | 11001 | 0 | 1100001 | 1011010 | 10 | 101100100 | 1011111 | 110010 |
Color Harmonies of #F90819
Complementary color
Monochromatic Colors of #F90819
Black with #F90819
Text Example
Text Example
White with #F90819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90819; }
p { color: rgb(249,8,25); }
H1.HeaderClassName
{
color: #F90819;
}
.AnyTagClassName
{
color: #F90819;
}
</style>
background-color css
<style>
a { background-color: #F90819; }
a { background-color: rgb(249,8,25); }
div.DivClassName
{
background-color: #F90819;
}
.BgClassName
{
background-color: #F90819;
}
</style>
border-color css
<style>
span { border-color: #F90819; }
span { border-color: rgb(249,8,25); }
td.TdClassName
{
border-color: #F90819;
}
.TagClassName
{
border-color: #F90819;
}
</style>