Shades of Torch Red #FA222F
Tints of Torch Red #FA222F
RGB
CMYK
RGB Variations
Color information
#FA222F (or 0xFA222F) is known color: Torch Red. HEX triplet: FA, 22 and 2F. RGB value is (250,34,47). Sum of RGB (Red+Green+Blue) = 250+34+47=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA222F is #05DDD0. Grayscale: #646464. Windows color (decimal): -384465 or 3089146. OLE color: 3089146.
HSL color Cylindrical-coordinate representation of color #FA222F: hue angle of 356.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA222F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.02 |
| HSL | 356.39º | 0.96% | 0.56% | - |
| HSV(B) | 356.39º | 0.86% | 0.98% | - |
| XYZ | 40.51 | 21.67 | 4.74 | - |
| YUV | 100.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 47 | 0 | 0.86 | 0.81 | 0.02 | 356.39 | 0.96 | 0.56 |
| Hex | FA | 22 | 2F | 0 | 56 | 51 | 2 | 164 | 60 | 38 |
| Octal | 372 | 42 | 57 | 0 | 126 | 121 | 2 | 544 | 140 | 70 |
| Binary | 11111010 | 100010 | 101111 | 0 | 1010110 | 1010001 | 10 | 101100100 | 1100000 | 111000 |
Color Harmonies of #FA222F
Complementary color
Monochromatic Colors of #FA222F
Black with #FA222F
Text Example
Text Example
White with #FA222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA222F; }
p { color: rgb(250,34,47); }
H1.HeaderClassName
{
color: #FA222F;
}
.AnyTagClassName
{
color: #FA222F;
}
</style>
background-color css
<style>
a { background-color: #FA222F; }
a { background-color: rgb(250,34,47); }
div.DivClassName
{
background-color: #FA222F;
}
.BgClassName
{
background-color: #FA222F;
}
</style>
border-color css
<style>
span { border-color: #FA222F; }
span { border-color: rgb(250,34,47); }
td.TdClassName
{
border-color: #FA222F;
}
.TagClassName
{
border-color: #FA222F;
}
</style>