Shades of Torch Red #FA0038
Tints of Torch Red #FA0038
RGB
CMYK
RGB Variations
Color information
#FA0038 (or 0xFA0038) is known color: Torch Red. HEX triplet: FA, 00 and 38. RGB value is (250,0,56). Sum of RGB (Red+Green+Blue) = 250+0+56=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0038 is #05FFC7. Grayscale: #515151. Windows color (decimal): -393160 or 3670266. OLE color: 3670266.
HSL color Cylindrical-coordinate representation of color #FA0038: hue angle of 346.56º 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 #FA0038 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.78 | 0.02 |
| HSL | 346.56º | 1% | 0.49% | - |
| HSV(B) | 346.56º | 1% | 0.98% | - |
| XYZ | 40.14 | 20.61 | 5.6 | - |
| YUV | 81.13 | 113.83 | 248.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 56 | 0 | 1 | 0.78 | 0.02 | 346.56 | 1 | 0.49 |
| Hex | FA | 0 | 38 | 0 | 64 | 4E | 2 | 15B | 64 | 31 |
| Octal | 372 | 0 | 70 | 0 | 144 | 116 | 2 | 533 | 144 | 61 |
| Binary | 11111010 | 0 | 111000 | 0 | 1100100 | 1001110 | 10 | 101011011 | 1100100 | 110001 |
Color Harmonies of #FA0038
Complementary color
Monochromatic Colors of #FA0038
Black with #FA0038
Text Example
Text Example
White with #FA0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0038; }
p { color: rgb(250,0,56); }
H1.HeaderClassName
{
color: #FA0038;
}
.AnyTagClassName
{
color: #FA0038;
}
</style>
background-color css
<style>
a { background-color: #FA0038; }
a { background-color: rgb(250,0,56); }
div.DivClassName
{
background-color: #FA0038;
}
.BgClassName
{
background-color: #FA0038;
}
</style>
border-color css
<style>
span { border-color: #FA0038; }
span { border-color: rgb(250,0,56); }
td.TdClassName
{
border-color: #FA0038;
}
.TagClassName
{
border-color: #FA0038;
}
</style>