Shades of Torch Red #FA0A0D
Tints of Torch Red #FA0A0D
RGB
CMYK
RGB Variations
Color information
#FA0A0D (or 0xFA0A0D) is known color: Torch Red. HEX triplet: FA, 0A and 0D. RGB value is (250,10,13). Sum of RGB (Red+Green+Blue) = 250+10+13=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A0D is #05F5F2. Grayscale: #525252. Windows color (decimal): -390643 or 854778. OLE color: 854778.
HSL color Cylindrical-coordinate representation of color #FA0A0D: hue angle of 359.25º 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 #FA0A0D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.02 |
| HSL | 359.25º | 0.96% | 0.51% | - |
| HSV(B) | 359.25º | 0.96% | 0.98% | - |
| XYZ | 39.61 | 20.57 | 2.26 | - |
| YUV | 82.1 | 89.01 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 13 | 0 | 0.96 | 0.95 | 0.02 | 359.25 | 0.96 | 0.51 |
| Hex | FA | A | D | 0 | 60 | 5F | 2 | 167 | 60 | 33 |
| Octal | 372 | 12 | 15 | 0 | 140 | 137 | 2 | 547 | 140 | 63 |
| Binary | 11111010 | 1010 | 1101 | 0 | 1100000 | 1011111 | 10 | 101100111 | 1100000 | 110011 |
Color Harmonies of #FA0A0D
Complementary color
Monochromatic Colors of #FA0A0D
Black with #FA0A0D
Text Example
Text Example
White with #FA0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A0D; }
p { color: rgb(250,10,13); }
H1.HeaderClassName
{
color: #FA0A0D;
}
.AnyTagClassName
{
color: #FA0A0D;
}
</style>
background-color css
<style>
a { background-color: #FA0A0D; }
a { background-color: rgb(250,10,13); }
div.DivClassName
{
background-color: #FA0A0D;
}
.BgClassName
{
background-color: #FA0A0D;
}
</style>
border-color css
<style>
span { border-color: #FA0A0D; }
span { border-color: rgb(250,10,13); }
td.TdClassName
{
border-color: #FA0A0D;
}
.TagClassName
{
border-color: #FA0A0D;
}
</style>