Shades of Torch Red #FA0A1D
Tints of Torch Red #FA0A1D
RGB
CMYK
RGB Variations
Color information
#FA0A1D (or 0xFA0A1D) is known color: Torch Red. HEX triplet: FA, 0A and 1D. RGB value is (250,10,29). Sum of RGB (Red+Green+Blue) = 250+10+29=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A1D is #05F5E2. Grayscale: #545454. Windows color (decimal): -390627 or 1903354. OLE color: 1903354.
HSL color Cylindrical-coordinate representation of color #FA0A1D: hue angle of 355.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 #FA0A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 355.25º | 0.96% | 0.51% | - |
| HSV(B) | 355.25º | 0.96% | 0.98% | - |
| XYZ | 39.75 | 20.63 | 3.05 | - |
| YUV | 83.93 | 97.01 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 29 | 0 | 0.96 | 0.88 | 0.02 | 355.25 | 0.96 | 0.51 |
| Hex | FA | A | 1D | 0 | 60 | 58 | 2 | 163 | 60 | 33 |
| Octal | 372 | 12 | 35 | 0 | 140 | 130 | 2 | 543 | 140 | 63 |
| Binary | 11111010 | 1010 | 11101 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100000 | 110011 |
Color Harmonies of #FA0A1D
Complementary color
Monochromatic Colors of #FA0A1D
Black with #FA0A1D
Text Example
Text Example
White with #FA0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A1D; }
p { color: rgb(250,10,29); }
H1.HeaderClassName
{
color: #FA0A1D;
}
.AnyTagClassName
{
color: #FA0A1D;
}
</style>
background-color css
<style>
a { background-color: #FA0A1D; }
a { background-color: rgb(250,10,29); }
div.DivClassName
{
background-color: #FA0A1D;
}
.BgClassName
{
background-color: #FA0A1D;
}
</style>
border-color css
<style>
span { border-color: #FA0A1D; }
span { border-color: rgb(250,10,29); }
td.TdClassName
{
border-color: #FA0A1D;
}
.TagClassName
{
border-color: #FA0A1D;
}
</style>