Shades of Torch Red #FA0B15
Tints of Torch Red #FA0B15
RGB
CMYK
RGB Variations
Color information
#FA0B15 (or 0xFA0B15) is known color: Torch Red. HEX triplet: FA, 0B and 15. RGB value is (250,11,21). Sum of RGB (Red+Green+Blue) = 250+11+21=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B15 is #05F4EA. Grayscale: #535353. Windows color (decimal): -390379 or 1379322. OLE color: 1379322.
HSL color Cylindrical-coordinate representation of color #FA0B15: hue angle of 357.49º 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 #FA0B15 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 21 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.49º | 0.96% | 0.51% | - |
| HSV(B) | 357.49º | 0.96% | 0.98% | - |
| XYZ | 39.68 | 20.62 | 2.6 | - |
| YUV | 83.6 | 92.68 | 246.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 21 | 0 | 0.96 | 0.92 | 0.02 | 357.49 | 0.96 | 0.51 |
| Hex | FA | B | 15 | 0 | 60 | 5C | 2 | 165 | 60 | 33 |
| Octal | 372 | 13 | 25 | 0 | 140 | 134 | 2 | 545 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101 | 0 | 1100000 | 1011100 | 10 | 101100101 | 1100000 | 110011 |
Color Harmonies of #FA0B15
Complementary color
Monochromatic Colors of #FA0B15
Black with #FA0B15
Text Example
Text Example
White with #FA0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B15; }
p { color: rgb(250,11,21); }
H1.HeaderClassName
{
color: #FA0B15;
}
.AnyTagClassName
{
color: #FA0B15;
}
</style>
background-color css
<style>
a { background-color: #FA0B15; }
a { background-color: rgb(250,11,21); }
div.DivClassName
{
background-color: #FA0B15;
}
.BgClassName
{
background-color: #FA0B15;
}
</style>
border-color css
<style>
span { border-color: #FA0B15; }
span { border-color: rgb(250,11,21); }
td.TdClassName
{
border-color: #FA0B15;
}
.TagClassName
{
border-color: #FA0B15;
}
</style>