Shades of Torch Red #FA032F
Tints of Torch Red #FA032F
RGB
CMYK
RGB Variations
Color information
#FA032F (or 0xFA032F) is known color: Torch Red. HEX triplet: FA, 03 and 2F. RGB value is (250,3,47). Sum of RGB (Red+Green+Blue) = 250+3+47=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA032F is #05FCD0. Grayscale: #515151. Windows color (decimal): -392401 or 3081210. OLE color: 3081210.
HSL color Cylindrical-coordinate representation of color #FA032F: hue angle of 349.31º 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 #FA032F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.02 |
| HSL | 349.31º | 0.98% | 0.5% | - |
| HSV(B) | 349.31º | 0.99% | 0.98% | - |
| XYZ | 39.97 | 20.59 | 4.56 | - |
| YUV | 81.87 | 108.33 | 247.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 47 | 0 | 0.99 | 0.81 | 0.02 | 349.31 | 0.98 | 0.5 |
| Hex | FA | 3 | 2F | 0 | 63 | 51 | 2 | 15D | 62 | 32 |
| Octal | 372 | 3 | 57 | 0 | 143 | 121 | 2 | 535 | 142 | 62 |
| Binary | 11111010 | 11 | 101111 | 0 | 1100011 | 1010001 | 10 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FA032F
Complementary color
Monochromatic Colors of #FA032F
Black with #FA032F
Text Example
Text Example
White with #FA032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA032F; }
p { color: rgb(250,3,47); }
H1.HeaderClassName
{
color: #FA032F;
}
.AnyTagClassName
{
color: #FA032F;
}
</style>
background-color css
<style>
a { background-color: #FA032F; }
a { background-color: rgb(250,3,47); }
div.DivClassName
{
background-color: #FA032F;
}
.BgClassName
{
background-color: #FA032F;
}
</style>
border-color css
<style>
span { border-color: #FA032F; }
span { border-color: rgb(250,3,47); }
td.TdClassName
{
border-color: #FA032F;
}
.TagClassName
{
border-color: #FA032F;
}
</style>