Shades of Torch Red #FA0E2E
Tints of Torch Red #FA0E2E
RGB
CMYK
RGB Variations
Color information
#FA0E2E (or 0xFA0E2E) is known color: Torch Red. HEX triplet: FA, 0E and 2E. RGB value is (250,14,46). Sum of RGB (Red+Green+Blue) = 250+14+46=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E2E is #05F1D1. Grayscale: #585858. Windows color (decimal): -389586 or 3018490. OLE color: 3018490.
HSL color Cylindrical-coordinate representation of color #FA0E2E: hue angle of 351.86º 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 #FA0E2E is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 46 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.02 |
| HSL | 351.86º | 0.96% | 0.52% | - |
| HSV(B) | 351.86º | 0.94% | 0.98% | - |
| XYZ | 40.07 | 20.84 | 4.49 | - |
| YUV | 88.21 | 104.19 | 243.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 46 | 0 | 0.94 | 0.82 | 0.02 | 351.86 | 0.96 | 0.52 |
| Hex | FA | E | 2E | 0 | 5E | 52 | 2 | 160 | 60 | 34 |
| Octal | 372 | 16 | 56 | 0 | 136 | 122 | 2 | 540 | 140 | 64 |
| Binary | 11111010 | 1110 | 101110 | 0 | 1011110 | 1010010 | 10 | 101100000 | 1100000 | 110100 |
Color Harmonies of #FA0E2E
Complementary color
Monochromatic Colors of #FA0E2E
Black with #FA0E2E
Text Example
Text Example
White with #FA0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E2E; }
p { color: rgb(250,14,46); }
H1.HeaderClassName
{
color: #FA0E2E;
}
.AnyTagClassName
{
color: #FA0E2E;
}
</style>
background-color css
<style>
a { background-color: #FA0E2E; }
a { background-color: rgb(250,14,46); }
div.DivClassName
{
background-color: #FA0E2E;
}
.BgClassName
{
background-color: #FA0E2E;
}
</style>
border-color css
<style>
span { border-color: #FA0E2E; }
span { border-color: rgb(250,14,46); }
td.TdClassName
{
border-color: #FA0E2E;
}
.TagClassName
{
border-color: #FA0E2E;
}
</style>