Shades of Torch Red #FA033A
Tints of Torch Red #FA033A
RGB
CMYK
RGB Variations
Color information
#FA033A (or 0xFA033A) is known color: Torch Red. HEX triplet: FA, 03 and 3A. RGB value is (250,3,58). Sum of RGB (Red+Green+Blue) = 250+3+58=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA033A is #05FCC5. Grayscale: #535353. Windows color (decimal): -392390 or 3802106. OLE color: 3802106.
HSL color Cylindrical-coordinate representation of color #FA033A: hue angle of 346.64º 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 #FA033A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.02 |
| HSL | 346.64º | 0.98% | 0.5% | - |
| HSV(B) | 346.64º | 0.99% | 0.98% | - |
| XYZ | 40.22 | 20.69 | 5.88 | - |
| YUV | 83.12 | 113.83 | 247.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 58 | 0 | 0.99 | 0.77 | 0.02 | 346.64 | 0.98 | 0.5 |
| Hex | FA | 3 | 3A | 0 | 63 | 4D | 2 | 15B | 62 | 32 |
| Octal | 372 | 3 | 72 | 0 | 143 | 115 | 2 | 533 | 142 | 62 |
| Binary | 11111010 | 11 | 111010 | 0 | 1100011 | 1001101 | 10 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FA033A
Complementary color
Monochromatic Colors of #FA033A
Black with #FA033A
Text Example
Text Example
White with #FA033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA033A; }
p { color: rgb(250,3,58); }
H1.HeaderClassName
{
color: #FA033A;
}
.AnyTagClassName
{
color: #FA033A;
}
</style>
background-color css
<style>
a { background-color: #FA033A; }
a { background-color: rgb(250,3,58); }
div.DivClassName
{
background-color: #FA033A;
}
.BgClassName
{
background-color: #FA033A;
}
</style>
border-color css
<style>
span { border-color: #FA033A; }
span { border-color: rgb(250,3,58); }
td.TdClassName
{
border-color: #FA033A;
}
.TagClassName
{
border-color: #FA033A;
}
</style>