Shades of Torch Red #FA2131
Tints of Torch Red #FA2131
RGB
CMYK
RGB Variations
Color information
#FA2131 (or 0xFA2131) is known color: Torch Red. HEX triplet: FA, 21 and 31. RGB value is (250,33,49). Sum of RGB (Red+Green+Blue) = 250+33+49=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2131 is #05DECE. Grayscale: #636363. Windows color (decimal): -384719 or 3219962. OLE color: 3219962.
HSL color Cylindrical-coordinate representation of color #FA2131: hue angle of 355.58º 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 #FA2131 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 49 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.02 |
| HSL | 355.58º | 0.96% | 0.55% | - |
| HSV(B) | 355.58º | 0.87% | 0.98% | - |
| XYZ | 40.52 | 21.63 | 4.95 | - |
| YUV | 99.71 | 99.39 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 49 | 0 | 0.87 | 0.80 | 0.02 | 355.58 | 0.96 | 0.55 |
| Hex | FA | 21 | 31 | 0 | 57 | 50 | 2 | 164 | 60 | 37 |
| Octal | 372 | 41 | 61 | 0 | 127 | 120 | 2 | 544 | 140 | 67 |
| Binary | 11111010 | 100001 | 110001 | 0 | 1010111 | 1010000 | 10 | 101100100 | 1100000 | 110111 |
Color Harmonies of #FA2131
Complementary color
Monochromatic Colors of #FA2131
Black with #FA2131
Text Example
Text Example
White with #FA2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2131; }
p { color: rgb(250,33,49); }
H1.HeaderClassName
{
color: #FA2131;
}
.AnyTagClassName
{
color: #FA2131;
}
</style>
background-color css
<style>
a { background-color: #FA2131; }
a { background-color: rgb(250,33,49); }
div.DivClassName
{
background-color: #FA2131;
}
.BgClassName
{
background-color: #FA2131;
}
</style>
border-color css
<style>
span { border-color: #FA2131; }
span { border-color: rgb(250,33,49); }
td.TdClassName
{
border-color: #FA2131;
}
.TagClassName
{
border-color: #FA2131;
}
</style>