Shades of Torch Red #FA0E3E
Tints of Torch Red #FA0E3E
RGB
CMYK
RGB Variations
Color information
#FA0E3E (or 0xFA0E3E) is known color: Torch Red. HEX triplet: FA, 0E and 3E. RGB value is (250,14,62). Sum of RGB (Red+Green+Blue) = 250+14+62=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E3E is #05F1C1. Grayscale: #5A5A5A. Windows color (decimal): -389570 or 4067066. OLE color: 4067066.
HSL color Cylindrical-coordinate representation of color #FA0E3E: hue angle of 347.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E3E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.02 |
| HSL | 347.8º | 0.96% | 0.52% | - |
| HSV(B) | 347.8º | 0.94% | 0.98% | - |
| XYZ | 40.45 | 20.99 | 6.48 | - |
| YUV | 90.04 | 112.19 | 242.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 62 | 0 | 0.94 | 0.75 | 0.02 | 347.8 | 0.96 | 0.52 |
| Hex | FA | E | 3E | 0 | 5E | 4B | 2 | 15C | 60 | 34 |
| Octal | 372 | 16 | 76 | 0 | 136 | 113 | 2 | 534 | 140 | 64 |
| Binary | 11111010 | 1110 | 111110 | 0 | 1011110 | 1001011 | 10 | 101011100 | 1100000 | 110100 |
Color Harmonies of #FA0E3E
Complementary color
Monochromatic Colors of #FA0E3E
Black with #FA0E3E
Text Example
Text Example
White with #FA0E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E3E; }
p { color: rgb(250,14,62); }
H1.HeaderClassName
{
color: #FA0E3E;
}
.AnyTagClassName
{
color: #FA0E3E;
}
</style>
background-color css
<style>
a { background-color: #FA0E3E; }
a { background-color: rgb(250,14,62); }
div.DivClassName
{
background-color: #FA0E3E;
}
.BgClassName
{
background-color: #FA0E3E;
}
</style>
border-color css
<style>
span { border-color: #FA0E3E; }
span { border-color: rgb(250,14,62); }
td.TdClassName
{
border-color: #FA0E3E;
}
.TagClassName
{
border-color: #FA0E3E;
}
</style>