Shades of Torch Red #F90134
Tints of Torch Red #F90134
RGB
CMYK
RGB Variations
Color information
#F90134 (or 0xF90134) is known color: Torch Red. HEX triplet: F9, 01 and 34. RGB value is (249,1,52). Sum of RGB (Red+Green+Blue) = 249+1+52=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F90134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90134 is #06FECB. Grayscale: #515151. Windows color (decimal): -458444 or 3408377. OLE color: 3408377.
HSL color Cylindrical-coordinate representation of color #F90134: hue angle of 347.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90134 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.02 |
| HSL | 347.66º | 0.99% | 0.49% | - |
| HSV(B) | 347.66º | 1% | 0.98% | - |
| XYZ | 39.7 | 20.41 | 5.1 | - |
| YUV | 80.97 | 111.66 | 247.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 52 | 0 | 1.00 | 0.79 | 0.02 | 347.66 | 0.99 | 0.49 |
| Hex | F9 | 1 | 34 | 0 | 64 | 4F | 2 | 15C | 63 | 31 |
| Octal | 371 | 1 | 64 | 0 | 144 | 117 | 2 | 534 | 143 | 61 |
| Binary | 11111001 | 1 | 110100 | 0 | 1100100 | 1001111 | 10 | 101011100 | 1100011 | 110001 |
Color Harmonies of #F90134
Complementary color
Monochromatic Colors of #F90134
Black with #F90134
Text Example
Text Example
White with #F90134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90134; }
p { color: rgb(249,1,52); }
H1.HeaderClassName
{
color: #F90134;
}
.AnyTagClassName
{
color: #F90134;
}
</style>
background-color css
<style>
a { background-color: #F90134; }
a { background-color: rgb(249,1,52); }
div.DivClassName
{
background-color: #F90134;
}
.BgClassName
{
background-color: #F90134;
}
</style>
border-color css
<style>
span { border-color: #F90134; }
span { border-color: rgb(249,1,52); }
td.TdClassName
{
border-color: #F90134;
}
.TagClassName
{
border-color: #F90134;
}
</style>