Shades of Torch Red #F90D1F
Tints of Torch Red #F90D1F
RGB
CMYK
RGB Variations
Color information
#F90D1F (or 0xF90D1F) is known color: Torch Red. HEX triplet: F9, 0D and 1F. RGB value is (249,13,31). Sum of RGB (Red+Green+Blue) = 249+13+31=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90D1F is #06F2E0. Grayscale: #555555. Windows color (decimal): -455393 or 2035193. OLE color: 2035193.
HSL color Cylindrical-coordinate representation of color #F90D1F: hue angle of 355.42º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90D1F is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 31 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.02 |
| HSL | 355.42º | 0.95% | 0.51% | - |
| HSV(B) | 355.42º | 0.95% | 0.98% | - |
| XYZ | 39.46 | 20.53 | 3.18 | - |
| YUV | 85.62 | 97.19 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 31 | 0 | 0.95 | 0.88 | 0.02 | 355.42 | 0.95 | 0.51 |
| Hex | F9 | D | 1F | 0 | 5F | 58 | 2 | 163 | 5F | 33 |
| Octal | 371 | 15 | 37 | 0 | 137 | 130 | 2 | 543 | 137 | 63 |
| Binary | 11111001 | 1101 | 11111 | 0 | 1011111 | 1011000 | 10 | 101100011 | 1011111 | 110011 |
Color Harmonies of #F90D1F
Complementary color
Monochromatic Colors of #F90D1F
Black with #F90D1F
Text Example
Text Example
White with #F90D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D1F; }
p { color: rgb(249,13,31); }
H1.HeaderClassName
{
color: #F90D1F;
}
.AnyTagClassName
{
color: #F90D1F;
}
</style>
background-color css
<style>
a { background-color: #F90D1F; }
a { background-color: rgb(249,13,31); }
div.DivClassName
{
background-color: #F90D1F;
}
.BgClassName
{
background-color: #F90D1F;
}
</style>
border-color css
<style>
span { border-color: #F90D1F; }
span { border-color: rgb(249,13,31); }
td.TdClassName
{
border-color: #F90D1F;
}
.TagClassName
{
border-color: #F90D1F;
}
</style>