Shades of Torch Red #FA0915
Tints of Torch Red #FA0915
RGB
CMYK
RGB Variations
Color information
#FA0915 (or 0xFA0915) is known color: Torch Red. HEX triplet: FA, 09 and 15. RGB value is (250,9,21). Sum of RGB (Red+Green+Blue) = 250+9+21=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0915 is #05F6EA. Grayscale: #525252. Windows color (decimal): -390891 or 1378810. OLE color: 1378810.
HSL color Cylindrical-coordinate representation of color #FA0915: hue angle of 357.01º degrees, saturation: 0.96, 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 #FA0915 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.01º | 0.96% | 0.51% | - |
| HSV(B) | 357.01º | 0.96% | 0.98% | - |
| XYZ | 39.66 | 20.57 | 2.59 | - |
| YUV | 82.43 | 93.34 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 21 | 0 | 0.96 | 0.92 | 0.02 | 357.01 | 0.96 | 0.51 |
| Hex | FA | 9 | 15 | 0 | 60 | 5C | 2 | 165 | 60 | 33 |
| Octal | 372 | 11 | 25 | 0 | 140 | 134 | 2 | 545 | 140 | 63 |
| Binary | 11111010 | 1001 | 10101 | 0 | 1100000 | 1011100 | 10 | 101100101 | 1100000 | 110011 |
Color Harmonies of #FA0915
Complementary color
Monochromatic Colors of #FA0915
Black with #FA0915
Text Example
Text Example
White with #FA0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0915; }
p { color: rgb(250,9,21); }
H1.HeaderClassName
{
color: #FA0915;
}
.AnyTagClassName
{
color: #FA0915;
}
</style>
background-color css
<style>
a { background-color: #FA0915; }
a { background-color: rgb(250,9,21); }
div.DivClassName
{
background-color: #FA0915;
}
.BgClassName
{
background-color: #FA0915;
}
</style>
border-color css
<style>
span { border-color: #FA0915; }
span { border-color: rgb(250,9,21); }
td.TdClassName
{
border-color: #FA0915;
}
.TagClassName
{
border-color: #FA0915;
}
</style>