Shades of Torch Red #FA0A1C
Tints of Torch Red #FA0A1C
RGB
CMYK
RGB Variations
Color information
#FA0A1C (or 0xFA0A1C) is known color: Torch Red. HEX triplet: FA, 0A and 1C. RGB value is (250,10,28). Sum of RGB (Red+Green+Blue) = 250+10+28=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A1C is #05F5E3. Grayscale: #535353. Windows color (decimal): -390628 or 1837818. OLE color: 1837818.
HSL color Cylindrical-coordinate representation of color #FA0A1C: hue angle of 355.5º 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 #FA0A1C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.02 |
| HSL | 355.5º | 0.96% | 0.51% | - |
| HSV(B) | 355.5º | 0.96% | 0.98% | - |
| XYZ | 39.74 | 20.62 | 2.98 | - |
| YUV | 83.81 | 96.51 | 246.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 28 | 0 | 0.96 | 0.89 | 0.02 | 355.5 | 0.96 | 0.51 |
| Hex | FA | A | 1C | 0 | 60 | 59 | 2 | 164 | 60 | 33 |
| Octal | 372 | 12 | 34 | 0 | 140 | 131 | 2 | 544 | 140 | 63 |
| Binary | 11111010 | 1010 | 11100 | 0 | 1100000 | 1011001 | 10 | 101100100 | 1100000 | 110011 |
Color Harmonies of #FA0A1C
Complementary color
Monochromatic Colors of #FA0A1C
Black with #FA0A1C
Text Example
Text Example
White with #FA0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A1C; }
p { color: rgb(250,10,28); }
H1.HeaderClassName
{
color: #FA0A1C;
}
.AnyTagClassName
{
color: #FA0A1C;
}
</style>
background-color css
<style>
a { background-color: #FA0A1C; }
a { background-color: rgb(250,10,28); }
div.DivClassName
{
background-color: #FA0A1C;
}
.BgClassName
{
background-color: #FA0A1C;
}
</style>
border-color css
<style>
span { border-color: #FA0A1C; }
span { border-color: rgb(250,10,28); }
td.TdClassName
{
border-color: #FA0A1C;
}
.TagClassName
{
border-color: #FA0A1C;
}
</style>