Shades of Torch Red #FA1E27
Tints of Torch Red #FA1E27
RGB
CMYK
RGB Variations
Color information
#FA1E27 (or 0xFA1E27) is known color: Torch Red. HEX triplet: FA, 1E and 27. RGB value is (250,30,39). Sum of RGB (Red+Green+Blue) = 250+30+39=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E27 is #05E1D8. Grayscale: #606060. Windows color (decimal): -385497 or 2563834. OLE color: 2563834.
HSL color Cylindrical-coordinate representation of color #FA1E27: hue angle of 357.55º 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 #FA1E27 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 39 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.02 |
| HSL | 357.55º | 0.96% | 0.55% | - |
| HSV(B) | 357.55º | 0.88% | 0.98% | - |
| XYZ | 40.25 | 21.4 | 3.93 | - |
| YUV | 96.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 39 | 0 | 0.88 | 0.84 | 0.02 | 357.55 | 0.96 | 0.55 |
| Hex | FA | 1E | 27 | 0 | 58 | 54 | 2 | 166 | 60 | 37 |
| Octal | 372 | 36 | 47 | 0 | 130 | 124 | 2 | 546 | 140 | 67 |
| Binary | 11111010 | 11110 | 100111 | 0 | 1011000 | 1010100 | 10 | 101100110 | 1100000 | 110111 |
Color Harmonies of #FA1E27
Complementary color
Monochromatic Colors of #FA1E27
Black with #FA1E27
Text Example
Text Example
White with #FA1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E27; }
p { color: rgb(250,30,39); }
H1.HeaderClassName
{
color: #FA1E27;
}
.AnyTagClassName
{
color: #FA1E27;
}
</style>
background-color css
<style>
a { background-color: #FA1E27; }
a { background-color: rgb(250,30,39); }
div.DivClassName
{
background-color: #FA1E27;
}
.BgClassName
{
background-color: #FA1E27;
}
</style>
border-color css
<style>
span { border-color: #FA1E27; }
span { border-color: rgb(250,30,39); }
td.TdClassName
{
border-color: #FA1E27;
}
.TagClassName
{
border-color: #FA1E27;
}
</style>