Shades of Torch Red #FA0033
Tints of Torch Red #FA0033
RGB
CMYK
RGB Variations
Color information
#FA0033 (or 0xFA0033) is known color: Torch Red. HEX triplet: FA, 00 and 33. RGB value is (250,0,51). Sum of RGB (Red+Green+Blue) = 250+0+51=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0033 is #05FFCC. Grayscale: #505050. Windows color (decimal): -393165 or 3342586. OLE color: 3342586.
HSL color Cylindrical-coordinate representation of color #FA0033: hue angle of 347.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0033 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.80 | 0.02 |
| HSL | 347.76º | 1% | 0.49% | - |
| HSV(B) | 347.76º | 1% | 0.98% | - |
| XYZ | 40.02 | 20.56 | 4.99 | - |
| YUV | 80.56 | 111.33 | 248.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 51 | 0 | 1 | 0.80 | 0.02 | 347.76 | 1 | 0.49 |
| Hex | FA | 0 | 33 | 0 | 64 | 50 | 2 | 15C | 64 | 31 |
| Octal | 372 | 0 | 63 | 0 | 144 | 120 | 2 | 534 | 144 | 61 |
| Binary | 11111010 | 0 | 110011 | 0 | 1100100 | 1010000 | 10 | 101011100 | 1100100 | 110001 |
Color Harmonies of #FA0033
Complementary color
Monochromatic Colors of #FA0033
Black with #FA0033
Text Example
Text Example
White with #FA0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0033; }
p { color: rgb(250,0,51); }
H1.HeaderClassName
{
color: #FA0033;
}
.AnyTagClassName
{
color: #FA0033;
}
</style>
background-color css
<style>
a { background-color: #FA0033; }
a { background-color: rgb(250,0,51); }
div.DivClassName
{
background-color: #FA0033;
}
.BgClassName
{
background-color: #FA0033;
}
</style>
border-color css
<style>
span { border-color: #FA0033; }
span { border-color: rgb(250,0,51); }
td.TdClassName
{
border-color: #FA0033;
}
.TagClassName
{
border-color: #FA0033;
}
</style>