Shades of Torch Red #FA0B14
Tints of Torch Red #FA0B14
RGB
CMYK
RGB Variations
Color information
#FA0B14 (or 0xFA0B14) is known color: Torch Red. HEX triplet: FA, 0B and 14. RGB value is (250,11,20). Sum of RGB (Red+Green+Blue) = 250+11+20=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B14 is #05F4EB. Grayscale: #535353. Windows color (decimal): -390380 or 1313786. OLE color: 1313786.
HSL color Cylindrical-coordinate representation of color #FA0B14: hue angle of 357.74º 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 #FA0B14 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.74º | 0.96% | 0.51% | - |
| HSV(B) | 357.74º | 0.96% | 0.98% | - |
| XYZ | 39.67 | 20.61 | 2.55 | - |
| YUV | 83.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 20 | 0 | 0.96 | 0.92 | 0.02 | 357.74 | 0.96 | 0.51 |
| Hex | FA | B | 14 | 0 | 60 | 5C | 2 | 166 | 60 | 33 |
| Octal | 372 | 13 | 24 | 0 | 140 | 134 | 2 | 546 | 140 | 63 |
| Binary | 11111010 | 1011 | 10100 | 0 | 1100000 | 1011100 | 10 | 101100110 | 1100000 | 110011 |
Color Harmonies of #FA0B14
Complementary color
Monochromatic Colors of #FA0B14
Black with #FA0B14
Text Example
Text Example
White with #FA0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B14; }
p { color: rgb(250,11,20); }
H1.HeaderClassName
{
color: #FA0B14;
}
.AnyTagClassName
{
color: #FA0B14;
}
</style>
background-color css
<style>
a { background-color: #FA0B14; }
a { background-color: rgb(250,11,20); }
div.DivClassName
{
background-color: #FA0B14;
}
.BgClassName
{
background-color: #FA0B14;
}
</style>
border-color css
<style>
span { border-color: #FA0B14; }
span { border-color: rgb(250,11,20); }
td.TdClassName
{
border-color: #FA0B14;
}
.TagClassName
{
border-color: #FA0B14;
}
</style>