Shades of Torch Red #FA1E45
Tints of Torch Red #FA1E45
RGB
CMYK
RGB Variations
Color information
#FA1E45 (or 0xFA1E45) is known color: Torch Red. HEX triplet: FA, 1E and 45. RGB value is (250,30,69). Sum of RGB (Red+Green+Blue) = 250+30+69=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E45 is #05E1BA. Grayscale: #646464. Windows color (decimal): -385467 or 4529914. OLE color: 4529914.
HSL color Cylindrical-coordinate representation of color #FA1E45: hue angle of 349.36º 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 #FA1E45 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 69 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.02 |
| HSL | 349.36º | 0.96% | 0.55% | - |
| HSV(B) | 349.36º | 0.88% | 0.98% | - |
| XYZ | 40.96 | 21.68 | 7.66 | - |
| YUV | 100.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 69 | 0 | 0.88 | 0.72 | 0.02 | 349.36 | 0.96 | 0.55 |
| Hex | FA | 1E | 45 | 0 | 58 | 48 | 2 | 15D | 60 | 37 |
| Octal | 372 | 36 | 105 | 0 | 130 | 110 | 2 | 535 | 140 | 67 |
| Binary | 11111010 | 11110 | 1000101 | 0 | 1011000 | 1001000 | 10 | 101011101 | 1100000 | 110111 |
Color Harmonies of #FA1E45
Complementary color
Monochromatic Colors of #FA1E45
Black with #FA1E45
Text Example
Text Example
White with #FA1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E45; }
p { color: rgb(250,30,69); }
H1.HeaderClassName
{
color: #FA1E45;
}
.AnyTagClassName
{
color: #FA1E45;
}
</style>
background-color css
<style>
a { background-color: #FA1E45; }
a { background-color: rgb(250,30,69); }
div.DivClassName
{
background-color: #FA1E45;
}
.BgClassName
{
background-color: #FA1E45;
}
</style>
border-color css
<style>
span { border-color: #FA1E45; }
span { border-color: rgb(250,30,69); }
td.TdClassName
{
border-color: #FA1E45;
}
.TagClassName
{
border-color: #FA1E45;
}
</style>