Shades of Torch Red #FA202B
Tints of Torch Red #FA202B
RGB
CMYK
RGB Variations
Color information
#FA202B (or 0xFA202B) is known color: Torch Red. HEX triplet: FA, 20 and 2B. RGB value is (250,32,43). Sum of RGB (Red+Green+Blue) = 250+32+43=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA202B is #05DFD4. Grayscale: #626262. Windows color (decimal): -384981 or 2826490. OLE color: 2826490.
HSL color Cylindrical-coordinate representation of color #FA202B: hue angle of 356.97º 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 #FA202B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 356.97º | 0.96% | 0.55% | - |
| HSV(B) | 356.97º | 0.87% | 0.98% | - |
| XYZ | 40.38 | 21.53 | 4.31 | - |
| YUV | 98.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 43 | 0 | 0.87 | 0.83 | 0.02 | 356.97 | 0.96 | 0.55 |
| Hex | FA | 20 | 2B | 0 | 57 | 53 | 2 | 165 | 60 | 37 |
| Octal | 372 | 40 | 53 | 0 | 127 | 123 | 2 | 545 | 140 | 67 |
| Binary | 11111010 | 100000 | 101011 | 0 | 1010111 | 1010011 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FA202B
Complementary color
Monochromatic Colors of #FA202B
Black with #FA202B
Text Example
Text Example
White with #FA202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA202B; }
p { color: rgb(250,32,43); }
H1.HeaderClassName
{
color: #FA202B;
}
.AnyTagClassName
{
color: #FA202B;
}
</style>
background-color css
<style>
a { background-color: #FA202B; }
a { background-color: rgb(250,32,43); }
div.DivClassName
{
background-color: #FA202B;
}
.BgClassName
{
background-color: #FA202B;
}
</style>
border-color css
<style>
span { border-color: #FA202B; }
span { border-color: rgb(250,32,43); }
td.TdClassName
{
border-color: #FA202B;
}
.TagClassName
{
border-color: #FA202B;
}
</style>