Shades of Torch Red #FA0422
Tints of Torch Red #FA0422
RGB
CMYK
RGB Variations
Color information
#FA0422 (or 0xFA0422) is known color: Torch Red. HEX triplet: FA, 04 and 22. RGB value is (250,4,34). Sum of RGB (Red+Green+Blue) = 250+4+34=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0422 is #05FBDD. Grayscale: #515151. Windows color (decimal): -392158 or 2229498. OLE color: 2229498.
HSL color Cylindrical-coordinate representation of color #FA0422: hue angle of 352.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0422 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.02 |
| HSL | 352.68º | 0.97% | 0.5% | - |
| HSV(B) | 352.68º | 0.98% | 0.98% | - |
| XYZ | 39.76 | 20.53 | 3.38 | - |
| YUV | 80.97 | 101.5 | 248.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 34 | 0 | 0.98 | 0.86 | 0.02 | 352.68 | 0.97 | 0.5 |
| Hex | FA | 4 | 22 | 0 | 62 | 56 | 2 | 161 | 61 | 32 |
| Octal | 372 | 4 | 42 | 0 | 142 | 126 | 2 | 541 | 141 | 62 |
| Binary | 11111010 | 100 | 100010 | 0 | 1100010 | 1010110 | 10 | 101100001 | 1100001 | 110010 |
Color Harmonies of #FA0422
Complementary color
Monochromatic Colors of #FA0422
Black with #FA0422
Text Example
Text Example
White with #FA0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0422; }
p { color: rgb(250,4,34); }
H1.HeaderClassName
{
color: #FA0422;
}
.AnyTagClassName
{
color: #FA0422;
}
</style>
background-color css
<style>
a { background-color: #FA0422; }
a { background-color: rgb(250,4,34); }
div.DivClassName
{
background-color: #FA0422;
}
.BgClassName
{
background-color: #FA0422;
}
</style>
border-color css
<style>
span { border-color: #FA0422; }
span { border-color: rgb(250,4,34); }
td.TdClassName
{
border-color: #FA0422;
}
.TagClassName
{
border-color: #FA0422;
}
</style>