Shades of Torch Red #FA0326
Tints of Torch Red #FA0326
RGB
CMYK
RGB Variations
Color information
#FA0326 (or 0xFA0326) is known color: Torch Red. HEX triplet: FA, 03 and 26. RGB value is (250,3,38). Sum of RGB (Red+Green+Blue) = 250+3+38=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0326 is #05FCD9. Grayscale: #505050. Windows color (decimal): -392410 or 2491386. OLE color: 2491386.
HSL color Cylindrical-coordinate representation of color #FA0326: hue angle of 351.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0326 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.02 |
| HSL | 351.5º | 0.98% | 0.5% | - |
| HSV(B) | 351.5º | 0.99% | 0.98% | - |
| XYZ | 39.81 | 20.53 | 3.7 | - |
| YUV | 80.84 | 103.83 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 38 | 0 | 0.99 | 0.85 | 0.02 | 351.5 | 0.98 | 0.5 |
| Hex | FA | 3 | 26 | 0 | 63 | 55 | 2 | 15F | 62 | 32 |
| Octal | 372 | 3 | 46 | 0 | 143 | 125 | 2 | 537 | 142 | 62 |
| Binary | 11111010 | 11 | 100110 | 0 | 1100011 | 1010101 | 10 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FA0326
Complementary color
Monochromatic Colors of #FA0326
Black with #FA0326
Text Example
Text Example
White with #FA0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0326; }
p { color: rgb(250,3,38); }
H1.HeaderClassName
{
color: #FA0326;
}
.AnyTagClassName
{
color: #FA0326;
}
</style>
background-color css
<style>
a { background-color: #FA0326; }
a { background-color: rgb(250,3,38); }
div.DivClassName
{
background-color: #FA0326;
}
.BgClassName
{
background-color: #FA0326;
}
</style>
border-color css
<style>
span { border-color: #FA0326; }
span { border-color: rgb(250,3,38); }
td.TdClassName
{
border-color: #FA0326;
}
.TagClassName
{
border-color: #FA0326;
}
</style>