Shades of Torch Red #FA1E34
Tints of Torch Red #FA1E34
RGB
CMYK
RGB Variations
Color information
#FA1E34 (or 0xFA1E34) is known color: Torch Red. HEX triplet: FA, 1E and 34. RGB value is (250,30,52). Sum of RGB (Red+Green+Blue) = 250+30+52=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E34 is #05E1CB. Grayscale: #626262. Windows color (decimal): -385484 or 3415802. OLE color: 3415802.
HSL color Cylindrical-coordinate representation of color #FA1E34: hue angle of 354º 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 #FA1E34 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 52 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.02 |
| HSL | 354º | 0.96% | 0.55% | - |
| HSV(B) | 354º | 0.88% | 0.98% | - |
| XYZ | 40.51 | 21.5 | 5.26 | - |
| YUV | 98.29 | 101.89 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 52 | 0 | 0.88 | 0.79 | 0.02 | 354 | 0.96 | 0.55 |
| Hex | FA | 1E | 34 | 0 | 58 | 4F | 2 | 162 | 60 | 37 |
| Octal | 372 | 36 | 64 | 0 | 130 | 117 | 2 | 542 | 140 | 67 |
| Binary | 11111010 | 11110 | 110100 | 0 | 1011000 | 1001111 | 10 | 101100010 | 1100000 | 110111 |
Color Harmonies of #FA1E34
Complementary color
Monochromatic Colors of #FA1E34
Black with #FA1E34
Text Example
Text Example
White with #FA1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E34; }
p { color: rgb(250,30,52); }
H1.HeaderClassName
{
color: #FA1E34;
}
.AnyTagClassName
{
color: #FA1E34;
}
</style>
background-color css
<style>
a { background-color: #FA1E34; }
a { background-color: rgb(250,30,52); }
div.DivClassName
{
background-color: #FA1E34;
}
.BgClassName
{
background-color: #FA1E34;
}
</style>
border-color css
<style>
span { border-color: #FA1E34; }
span { border-color: rgb(250,30,52); }
td.TdClassName
{
border-color: #FA1E34;
}
.TagClassName
{
border-color: #FA1E34;
}
</style>