Shades of Torch Red #FA212D
Tints of Torch Red #FA212D
RGB
CMYK
RGB Variations
Color information
#FA212D (or 0xFA212D) is known color: Torch Red. HEX triplet: FA, 21 and 2D. RGB value is (250,33,45). Sum of RGB (Red+Green+Blue) = 250+33+45=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA212D is #05DED2. Grayscale: #636363. Windows color (decimal): -384723 or 2957818. OLE color: 2957818.
HSL color Cylindrical-coordinate representation of color #FA212D: hue angle of 356.68º 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 #FA212D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 45 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.02 |
| HSL | 356.68º | 0.96% | 0.55% | - |
| HSV(B) | 356.68º | 0.87% | 0.98% | - |
| XYZ | 40.44 | 21.6 | 4.52 | - |
| YUV | 99.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 45 | 0 | 0.87 | 0.82 | 0.02 | 356.68 | 0.96 | 0.55 |
| Hex | FA | 21 | 2D | 0 | 57 | 52 | 2 | 165 | 60 | 37 |
| Octal | 372 | 41 | 55 | 0 | 127 | 122 | 2 | 545 | 140 | 67 |
| Binary | 11111010 | 100001 | 101101 | 0 | 1010111 | 1010010 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FA212D
Complementary color
Monochromatic Colors of #FA212D
Black with #FA212D
Text Example
Text Example
White with #FA212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA212D; }
p { color: rgb(250,33,45); }
H1.HeaderClassName
{
color: #FA212D;
}
.AnyTagClassName
{
color: #FA212D;
}
</style>
background-color css
<style>
a { background-color: #FA212D; }
a { background-color: rgb(250,33,45); }
div.DivClassName
{
background-color: #FA212D;
}
.BgClassName
{
background-color: #FA212D;
}
</style>
border-color css
<style>
span { border-color: #FA212D; }
span { border-color: rgb(250,33,45); }
td.TdClassName
{
border-color: #FA212D;
}
.TagClassName
{
border-color: #FA212D;
}
</style>