Shades of Torch Red #FA1E2D
Tints of Torch Red #FA1E2D
RGB
CMYK
RGB Variations
Color information
#FA1E2D (or 0xFA1E2D) is known color: Torch Red. HEX triplet: FA, 1E and 2D. RGB value is (250,30,45). Sum of RGB (Red+Green+Blue) = 250+30+45=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E2D is #05E1D2. Grayscale: #616161. Windows color (decimal): -385491 or 2957050. OLE color: 2957050.
HSL color Cylindrical-coordinate representation of color #FA1E2D: hue angle of 355.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.02 |
| HSL | 355.91º | 0.96% | 0.55% | - |
| HSV(B) | 355.91º | 0.88% | 0.98% | - |
| XYZ | 40.36 | 21.44 | 4.49 | - |
| YUV | 97.49 | 98.39 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 45 | 0 | 0.88 | 0.82 | 0.02 | 355.91 | 0.96 | 0.55 |
| Hex | FA | 1E | 2D | 0 | 58 | 52 | 2 | 164 | 60 | 37 |
| Octal | 372 | 36 | 55 | 0 | 130 | 122 | 2 | 544 | 140 | 67 |
| Binary | 11111010 | 11110 | 101101 | 0 | 1011000 | 1010010 | 10 | 101100100 | 1100000 | 110111 |
Color Harmonies of #FA1E2D
Complementary color
Monochromatic Colors of #FA1E2D
Black with #FA1E2D
Text Example
Text Example
White with #FA1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E2D; }
p { color: rgb(250,30,45); }
H1.HeaderClassName
{
color: #FA1E2D;
}
.AnyTagClassName
{
color: #FA1E2D;
}
</style>
background-color css
<style>
a { background-color: #FA1E2D; }
a { background-color: rgb(250,30,45); }
div.DivClassName
{
background-color: #FA1E2D;
}
.BgClassName
{
background-color: #FA1E2D;
}
</style>
border-color css
<style>
span { border-color: #FA1E2D; }
span { border-color: rgb(250,30,45); }
td.TdClassName
{
border-color: #FA1E2D;
}
.TagClassName
{
border-color: #FA1E2D;
}
</style>