Shades of Torch Red #FA0103
Tints of Torch Red #FA0103
RGB
CMYK
RGB Variations
Color information
#FA0103 (or 0xFA0103) is known color: Torch Red. HEX triplet: FA, 01 and 03. RGB value is (250,1,3). Sum of RGB (Red+Green+Blue) = 250+1+3=254 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.43% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0103 is #05FEFC. Grayscale: #4B4B4B. Windows color (decimal): -392957 or 197114. OLE color: 197114.
HSL color Cylindrical-coordinate representation of color #FA0103: hue angle of 359.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.02 |
| HSL | 359.52º | 0.99% | 0.49% | - |
| HSV(B) | 359.52º | 1% | 0.98% | - |
| XYZ | 39.45 | 20.35 | 1.94 | - |
| YUV | 75.68 | 86.99 | 252.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 3 | 0 | 1.00 | 0.99 | 0.02 | 359.52 | 0.99 | 0.49 |
| Hex | FA | 1 | 3 | 0 | 64 | 63 | 2 | 168 | 63 | 31 |
| Octal | 372 | 1 | 3 | 0 | 144 | 143 | 2 | 550 | 143 | 61 |
| Binary | 11111010 | 1 | 11 | 0 | 1100100 | 1100011 | 10 | 101101000 | 1100011 | 110001 |
Color Harmonies of #FA0103
Complementary color
Monochromatic Colors of #FA0103
Black with #FA0103
Text Example
Text Example
White with #FA0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0103; }
p { color: rgb(250,1,3); }
H1.HeaderClassName
{
color: #FA0103;
}
.AnyTagClassName
{
color: #FA0103;
}
</style>
background-color css
<style>
a { background-color: #FA0103; }
a { background-color: rgb(250,1,3); }
div.DivClassName
{
background-color: #FA0103;
}
.BgClassName
{
background-color: #FA0103;
}
</style>
border-color css
<style>
span { border-color: #FA0103; }
span { border-color: rgb(250,1,3); }
td.TdClassName
{
border-color: #FA0103;
}
.TagClassName
{
border-color: #FA0103;
}
</style>