Shades of Torch Red #FA0E2A
Tints of Torch Red #FA0E2A
RGB
CMYK
RGB Variations
Color information
#FA0E2A (or 0xFA0E2A) is known color: Torch Red. HEX triplet: FA, 0E and 2A. RGB value is (250,14,42). Sum of RGB (Red+Green+Blue) = 250+14+42=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E2A is #05F1D5. Grayscale: #575757. Windows color (decimal): -389590 or 2756346. OLE color: 2756346.
HSL color Cylindrical-coordinate representation of color #FA0E2A: hue angle of 352.88º 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 #FA0E2A is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 42 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.02 |
| HSL | 352.88º | 0.96% | 0.52% | - |
| HSV(B) | 352.88º | 0.94% | 0.98% | - |
| XYZ | 40 | 20.81 | 4.1 | - |
| YUV | 87.76 | 102.19 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 42 | 0 | 0.94 | 0.83 | 0.02 | 352.88 | 0.96 | 0.52 |
| Hex | FA | E | 2A | 0 | 5E | 53 | 2 | 161 | 60 | 34 |
| Octal | 372 | 16 | 52 | 0 | 136 | 123 | 2 | 541 | 140 | 64 |
| Binary | 11111010 | 1110 | 101010 | 0 | 1011110 | 1010011 | 10 | 101100001 | 1100000 | 110100 |
Color Harmonies of #FA0E2A
Complementary color
Monochromatic Colors of #FA0E2A
Black with #FA0E2A
Text Example
Text Example
White with #FA0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E2A; }
p { color: rgb(250,14,42); }
H1.HeaderClassName
{
color: #FA0E2A;
}
.AnyTagClassName
{
color: #FA0E2A;
}
</style>
background-color css
<style>
a { background-color: #FA0E2A; }
a { background-color: rgb(250,14,42); }
div.DivClassName
{
background-color: #FA0E2A;
}
.BgClassName
{
background-color: #FA0E2A;
}
</style>
border-color css
<style>
span { border-color: #FA0E2A; }
span { border-color: rgb(250,14,42); }
td.TdClassName
{
border-color: #FA0E2A;
}
.TagClassName
{
border-color: #FA0E2A;
}
</style>