Shades of Torch Red #FA0224
Tints of Torch Red #FA0224
RGB
CMYK
RGB Variations
Color information
#FA0224 (or 0xFA0224) is known color: Torch Red. HEX triplet: FA, 02 and 24. RGB value is (250,2,36). Sum of RGB (Red+Green+Blue) = 250+2+36=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0224 is #05FDDB. Grayscale: #505050. Windows color (decimal): -392668 or 2360058. OLE color: 2360058.
HSL color Cylindrical-coordinate representation of color #FA0224: hue angle of 351.77º 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 #FA0224 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.02 |
| HSL | 351.77º | 0.98% | 0.49% | - |
| HSV(B) | 351.77º | 0.99% | 0.98% | - |
| XYZ | 39.76 | 20.49 | 3.53 | - |
| YUV | 80.03 | 103.16 | 249.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 36 | 0 | 0.99 | 0.86 | 0.02 | 351.77 | 0.98 | 0.49 |
| Hex | FA | 2 | 24 | 0 | 63 | 56 | 2 | 160 | 62 | 31 |
| Octal | 372 | 2 | 44 | 0 | 143 | 126 | 2 | 540 | 142 | 61 |
| Binary | 11111010 | 10 | 100100 | 0 | 1100011 | 1010110 | 10 | 101100000 | 1100010 | 110001 |
Color Harmonies of #FA0224
Complementary color
Monochromatic Colors of #FA0224
Black with #FA0224
Text Example
Text Example
White with #FA0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0224; }
p { color: rgb(250,2,36); }
H1.HeaderClassName
{
color: #FA0224;
}
.AnyTagClassName
{
color: #FA0224;
}
</style>
background-color css
<style>
a { background-color: #FA0224; }
a { background-color: rgb(250,2,36); }
div.DivClassName
{
background-color: #FA0224;
}
.BgClassName
{
background-color: #FA0224;
}
</style>
border-color css
<style>
span { border-color: #FA0224; }
span { border-color: rgb(250,2,36); }
td.TdClassName
{
border-color: #FA0224;
}
.TagClassName
{
border-color: #FA0224;
}
</style>