Shades of Torch Red #F90A32
Tints of Torch Red #F90A32
RGB
CMYK
RGB Variations
Color information
#F90A32 (or 0xF90A32) is known color: Torch Red. HEX triplet: F9, 0A and 32. RGB value is (249,10,50). Sum of RGB (Red+Green+Blue) = 249+10+50=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A32 is #06F5CD. Grayscale: #565656. Windows color (decimal): -456142 or 3279609. OLE color: 3279609.
HSL color Cylindrical-coordinate representation of color #F90A32: hue angle of 349.96º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A32 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.02 |
| HSL | 349.96º | 0.95% | 0.51% | - |
| HSV(B) | 349.96º | 0.96% | 0.98% | - |
| XYZ | 39.75 | 20.59 | 4.9 | - |
| YUV | 86.02 | 107.68 | 244.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 50 | 0 | 0.96 | 0.80 | 0.02 | 349.96 | 0.95 | 0.51 |
| Hex | F9 | A | 32 | 0 | 60 | 50 | 2 | 15E | 5F | 33 |
| Octal | 371 | 12 | 62 | 0 | 140 | 120 | 2 | 536 | 137 | 63 |
| Binary | 11111001 | 1010 | 110010 | 0 | 1100000 | 1010000 | 10 | 101011110 | 1011111 | 110011 |
Color Harmonies of #F90A32
Complementary color
Monochromatic Colors of #F90A32
Black with #F90A32
Text Example
Text Example
White with #F90A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A32; }
p { color: rgb(249,10,50); }
H1.HeaderClassName
{
color: #F90A32;
}
.AnyTagClassName
{
color: #F90A32;
}
</style>
background-color css
<style>
a { background-color: #F90A32; }
a { background-color: rgb(249,10,50); }
div.DivClassName
{
background-color: #F90A32;
}
.BgClassName
{
background-color: #F90A32;
}
</style>
border-color css
<style>
span { border-color: #F90A32; }
span { border-color: rgb(249,10,50); }
td.TdClassName
{
border-color: #F90A32;
}
.TagClassName
{
border-color: #F90A32;
}
</style>