Shades of Torch Red #FA003A
Tints of Torch Red #FA003A
RGB
CMYK
RGB Variations
Color information
#FA003A (or 0xFA003A) is known color: Torch Red. HEX triplet: FA, 00 and 3A. RGB value is (250,0,58). Sum of RGB (Red+Green+Blue) = 250+0+58=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA003A is #05FFC5. Grayscale: #515151. Windows color (decimal): -393158 or 3801338. OLE color: 3801338.
HSL color Cylindrical-coordinate representation of color #FA003A: hue angle of 346.08º 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 #FA003A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.77 | 0.02 |
| HSL | 346.08º | 1% | 0.49% | - |
| HSV(B) | 346.08º | 1% | 0.98% | - |
| XYZ | 40.19 | 20.63 | 5.87 | - |
| YUV | 81.36 | 114.83 | 248.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 58 | 0 | 1 | 0.77 | 0.02 | 346.08 | 1 | 0.49 |
| Hex | FA | 0 | 3A | 0 | 64 | 4D | 2 | 15A | 64 | 31 |
| Octal | 372 | 0 | 72 | 0 | 144 | 115 | 2 | 532 | 144 | 61 |
| Binary | 11111010 | 0 | 111010 | 0 | 1100100 | 1001101 | 10 | 101011010 | 1100100 | 110001 |
Color Harmonies of #FA003A
Complementary color
Monochromatic Colors of #FA003A
Black with #FA003A
Text Example
Text Example
White with #FA003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA003A; }
p { color: rgb(250,0,58); }
H1.HeaderClassName
{
color: #FA003A;
}
.AnyTagClassName
{
color: #FA003A;
}
</style>
background-color css
<style>
a { background-color: #FA003A; }
a { background-color: rgb(250,0,58); }
div.DivClassName
{
background-color: #FA003A;
}
.BgClassName
{
background-color: #FA003A;
}
</style>
border-color css
<style>
span { border-color: #FA003A; }
span { border-color: rgb(250,0,58); }
td.TdClassName
{
border-color: #FA003A;
}
.TagClassName
{
border-color: #FA003A;
}
</style>