Shades of Torch Red #FA033E
Tints of Torch Red #FA033E
RGB
CMYK
RGB Variations
Color information
#FA033E (or 0xFA033E) is known color: Torch Red. HEX triplet: FA, 03 and 3E. RGB value is (250,3,62). Sum of RGB (Red+Green+Blue) = 250+3+62=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA033E is #05FCC1. Grayscale: #535353. Windows color (decimal): -392386 or 4064250. OLE color: 4064250.
HSL color Cylindrical-coordinate representation of color #FA033E: hue angle of 345.67º 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 #FA033E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.02 |
| HSL | 345.67º | 0.98% | 0.5% | - |
| HSV(B) | 345.67º | 0.99% | 0.98% | - |
| XYZ | 40.33 | 20.74 | 6.43 | - |
| YUV | 83.58 | 115.83 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 62 | 0 | 0.99 | 0.75 | 0.02 | 345.67 | 0.98 | 0.5 |
| Hex | FA | 3 | 3E | 0 | 63 | 4B | 2 | 15A | 62 | 32 |
| Octal | 372 | 3 | 76 | 0 | 143 | 113 | 2 | 532 | 142 | 62 |
| Binary | 11111010 | 11 | 111110 | 0 | 1100011 | 1001011 | 10 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FA033E
Complementary color
Monochromatic Colors of #FA033E
Black with #FA033E
Text Example
Text Example
White with #FA033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA033E; }
p { color: rgb(250,3,62); }
H1.HeaderClassName
{
color: #FA033E;
}
.AnyTagClassName
{
color: #FA033E;
}
</style>
background-color css
<style>
a { background-color: #FA033E; }
a { background-color: rgb(250,3,62); }
div.DivClassName
{
background-color: #FA033E;
}
.BgClassName
{
background-color: #FA033E;
}
</style>
border-color css
<style>
span { border-color: #FA033E; }
span { border-color: rgb(250,3,62); }
td.TdClassName
{
border-color: #FA033E;
}
.TagClassName
{
border-color: #FA033E;
}
</style>