Shades of Torch Red #FA021D
Tints of Torch Red #FA021D
RGB
CMYK
RGB Variations
Color information
#FA021D (or 0xFA021D) is known color: Torch Red. HEX triplet: FA, 02 and 1D. RGB value is (250,2,29). Sum of RGB (Red+Green+Blue) = 250+2+29=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA021D is #05FDE2. Grayscale: #4F4F4F. Windows color (decimal): -392675 or 1901306. OLE color: 1901306.
HSL color Cylindrical-coordinate representation of color #FA021D: hue angle of 353.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.47º | 0.98% | 0.49% | - |
| HSV(B) | 353.47º | 0.99% | 0.98% | - |
| XYZ | 39.67 | 20.46 | 3.02 | - |
| YUV | 79.23 | 99.66 | 249.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 29 | 0 | 0.99 | 0.88 | 0.02 | 353.47 | 0.98 | 0.49 |
| Hex | FA | 2 | 1D | 0 | 63 | 58 | 2 | 161 | 62 | 31 |
| Octal | 372 | 2 | 35 | 0 | 143 | 130 | 2 | 541 | 142 | 61 |
| Binary | 11111010 | 10 | 11101 | 0 | 1100011 | 1011000 | 10 | 101100001 | 1100010 | 110001 |
Color Harmonies of #FA021D
Complementary color
Monochromatic Colors of #FA021D
Black with #FA021D
Text Example
Text Example
White with #FA021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA021D; }
p { color: rgb(250,2,29); }
H1.HeaderClassName
{
color: #FA021D;
}
.AnyTagClassName
{
color: #FA021D;
}
</style>
background-color css
<style>
a { background-color: #FA021D; }
a { background-color: rgb(250,2,29); }
div.DivClassName
{
background-color: #FA021D;
}
.BgClassName
{
background-color: #FA021D;
}
</style>
border-color css
<style>
span { border-color: #FA021D; }
span { border-color: rgb(250,2,29); }
td.TdClassName
{
border-color: #FA021D;
}
.TagClassName
{
border-color: #FA021D;
}
</style>