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