Shades of Torch Red #F90531
Tints of Torch Red #F90531
RGB
CMYK
RGB Variations
Color information
#F90531 (or 0xF90531) is known color: Torch Red. HEX triplet: F9, 05 and 31. RGB value is (249,5,49). Sum of RGB (Red+Green+Blue) = 249+5+49=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F90531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90531 is #06FACE. Grayscale: #535353. Windows color (decimal): -457423 or 3212793. OLE color: 3212793.
HSL color Cylindrical-coordinate representation of color #F90531: hue angle of 349.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90531 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 349.18º | 0.96% | 0.5% | - |
| HSV(B) | 349.18º | 0.98% | 0.98% | - |
| XYZ | 39.68 | 20.47 | 4.77 | - |
| YUV | 82.97 | 108.84 | 246.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 49 | 0 | 0.98 | 0.80 | 0.02 | 349.18 | 0.96 | 0.5 |
| Hex | F9 | 5 | 31 | 0 | 62 | 50 | 2 | 15D | 60 | 32 |
| Octal | 371 | 5 | 61 | 0 | 142 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111001 | 101 | 110001 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #F90531
Complementary color
Monochromatic Colors of #F90531
Black with #F90531
Text Example
Text Example
White with #F90531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90531; }
p { color: rgb(249,5,49); }
H1.HeaderClassName
{
color: #F90531;
}
.AnyTagClassName
{
color: #F90531;
}
</style>
background-color css
<style>
a { background-color: #F90531; }
a { background-color: rgb(249,5,49); }
div.DivClassName
{
background-color: #F90531;
}
.BgClassName
{
background-color: #F90531;
}
</style>
border-color css
<style>
span { border-color: #F90531; }
span { border-color: rgb(249,5,49); }
td.TdClassName
{
border-color: #F90531;
}
.TagClassName
{
border-color: #F90531;
}
</style>