Shades of Torch Red #FA212A
Tints of Torch Red #FA212A
RGB
CMYK
RGB Variations
Color information
#FA212A (or 0xFA212A) is known color: Torch Red. HEX triplet: FA, 21 and 2A. RGB value is (250,33,42). Sum of RGB (Red+Green+Blue) = 250+33+42=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA212A is #05DED5. Grayscale: #636363. Windows color (decimal): -384726 or 2761210. OLE color: 2761210.
HSL color Cylindrical-coordinate representation of color #FA212A: hue angle of 357.51º 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 #FA212A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 42 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 357.51º | 0.96% | 0.55% | - |
| HSV(B) | 357.51º | 0.87% | 0.98% | - |
| XYZ | 40.39 | 21.58 | 4.23 | - |
| YUV | 98.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 42 | 0 | 0.87 | 0.83 | 0.02 | 357.51 | 0.96 | 0.55 |
| Hex | FA | 21 | 2A | 0 | 57 | 53 | 2 | 166 | 60 | 37 |
| Octal | 372 | 41 | 52 | 0 | 127 | 123 | 2 | 546 | 140 | 67 |
| Binary | 11111010 | 100001 | 101010 | 0 | 1010111 | 1010011 | 10 | 101100110 | 1100000 | 110111 |
Color Harmonies of #FA212A
Complementary color
Monochromatic Colors of #FA212A
Black with #FA212A
Text Example
Text Example
White with #FA212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA212A; }
p { color: rgb(250,33,42); }
H1.HeaderClassName
{
color: #FA212A;
}
.AnyTagClassName
{
color: #FA212A;
}
</style>
background-color css
<style>
a { background-color: #FA212A; }
a { background-color: rgb(250,33,42); }
div.DivClassName
{
background-color: #FA212A;
}
.BgClassName
{
background-color: #FA212A;
}
</style>
border-color css
<style>
span { border-color: #FA212A; }
span { border-color: rgb(250,33,42); }
td.TdClassName
{
border-color: #FA212A;
}
.TagClassName
{
border-color: #FA212A;
}
</style>