Shades of Torch Red #FA2127
Tints of Torch Red #FA2127
RGB
CMYK
RGB Variations
Color information
#FA2127 (or 0xFA2127) is known color: Torch Red. HEX triplet: FA, 21 and 27. RGB value is (250,33,39). Sum of RGB (Red+Green+Blue) = 250+33+39=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2127 is #05DED8. Grayscale: #626262. Windows color (decimal): -384729 or 2564602. OLE color: 2564602.
HSL color Cylindrical-coordinate representation of color #FA2127: hue angle of 358.34º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2127 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 39 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.02 |
| HSL | 358.34º | 0.96% | 0.55% | - |
| HSV(B) | 358.34º | 0.87% | 0.98% | - |
| XYZ | 40.33 | 21.56 | 3.95 | - |
| YUV | 98.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 39 | 0 | 0.87 | 0.84 | 0.02 | 358.34 | 0.96 | 0.55 |
| Hex | FA | 21 | 27 | 0 | 57 | 54 | 2 | 166 | 60 | 37 |
| Octal | 372 | 41 | 47 | 0 | 127 | 124 | 2 | 546 | 140 | 67 |
| Binary | 11111010 | 100001 | 100111 | 0 | 1010111 | 1010100 | 10 | 101100110 | 1100000 | 110111 |
Color Harmonies of #FA2127
Complementary color
Monochromatic Colors of #FA2127
Black with #FA2127
Text Example
Text Example
White with #FA2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2127; }
p { color: rgb(250,33,39); }
H1.HeaderClassName
{
color: #FA2127;
}
.AnyTagClassName
{
color: #FA2127;
}
</style>
background-color css
<style>
a { background-color: #FA2127; }
a { background-color: rgb(250,33,39); }
div.DivClassName
{
background-color: #FA2127;
}
.BgClassName
{
background-color: #FA2127;
}
</style>
border-color css
<style>
span { border-color: #FA2127; }
span { border-color: rgb(250,33,39); }
td.TdClassName
{
border-color: #FA2127;
}
.TagClassName
{
border-color: #FA2127;
}
</style>