Shades of Torch Red #F90D26
Tints of Torch Red #F90D26
RGB
CMYK
RGB Variations
Color information
#F90D26 (or 0xF90D26) is known color: Torch Red. HEX triplet: F9, 0D and 26. RGB value is (249,13,38). Sum of RGB (Red+Green+Blue) = 249+13+38=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90D26 is #06F2D9. Grayscale: #565656. Windows color (decimal): -455386 or 2493945. OLE color: 2493945.
HSL color Cylindrical-coordinate representation of color #F90D26: hue angle of 353.64º 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 #F90D26 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 38 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.02 |
| HSL | 353.64º | 0.95% | 0.51% | - |
| HSV(B) | 353.64º | 0.95% | 0.98% | - |
| XYZ | 39.56 | 20.57 | 3.72 | - |
| YUV | 86.41 | 100.69 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 38 | 0 | 0.95 | 0.85 | 0.02 | 353.64 | 0.95 | 0.51 |
| Hex | F9 | D | 26 | 0 | 5F | 55 | 2 | 162 | 5F | 33 |
| Octal | 371 | 15 | 46 | 0 | 137 | 125 | 2 | 542 | 137 | 63 |
| Binary | 11111001 | 1101 | 100110 | 0 | 1011111 | 1010101 | 10 | 101100010 | 1011111 | 110011 |
Color Harmonies of #F90D26
Complementary color
Monochromatic Colors of #F90D26
Black with #F90D26
Text Example
Text Example
White with #F90D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D26; }
p { color: rgb(249,13,38); }
H1.HeaderClassName
{
color: #F90D26;
}
.AnyTagClassName
{
color: #F90D26;
}
</style>
background-color css
<style>
a { background-color: #F90D26; }
a { background-color: rgb(249,13,38); }
div.DivClassName
{
background-color: #F90D26;
}
.BgClassName
{
background-color: #F90D26;
}
</style>
border-color css
<style>
span { border-color: #F90D26; }
span { border-color: rgb(249,13,38); }
td.TdClassName
{
border-color: #F90D26;
}
.TagClassName
{
border-color: #F90D26;
}
</style>