Shades of Torch Red #FA001C
Tints of Torch Red #FA001C
RGB
CMYK
RGB Variations
Color information
#FA001C (or 0xFA001C) is known color: Torch Red. HEX triplet: FA, 00 and 1C. RGB value is (250,0,28). Sum of RGB (Red+Green+Blue) = 250+0+28=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001C is #05FFE3. Grayscale: #4E4E4E. Windows color (decimal): -393188 or 1835258. OLE color: 1835258.
HSL color Cylindrical-coordinate representation of color #FA001C: hue angle of 353.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.02 |
| HSL | 353.28º | 1% | 0.49% | - |
| HSV(B) | 353.28º | 1% | 0.98% | - |
| XYZ | 39.63 | 20.41 | 2.95 | - |
| YUV | 77.94 | 99.83 | 250.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 28 | 0 | 1 | 0.89 | 0.02 | 353.28 | 1 | 0.49 |
| Hex | FA | 0 | 1C | 0 | 64 | 59 | 2 | 161 | 64 | 31 |
| Octal | 372 | 0 | 34 | 0 | 144 | 131 | 2 | 541 | 144 | 61 |
| Binary | 11111010 | 0 | 11100 | 0 | 1100100 | 1011001 | 10 | 101100001 | 1100100 | 110001 |
Color Harmonies of #FA001C
Complementary color
Monochromatic Colors of #FA001C
Black with #FA001C
Text Example
Text Example
White with #FA001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA001C; }
p { color: rgb(250,0,28); }
H1.HeaderClassName
{
color: #FA001C;
}
.AnyTagClassName
{
color: #FA001C;
}
</style>
background-color css
<style>
a { background-color: #FA001C; }
a { background-color: rgb(250,0,28); }
div.DivClassName
{
background-color: #FA001C;
}
.BgClassName
{
background-color: #FA001C;
}
</style>
border-color css
<style>
span { border-color: #FA001C; }
span { border-color: rgb(250,0,28); }
td.TdClassName
{
border-color: #FA001C;
}
.TagClassName
{
border-color: #FA001C;
}
</style>