Shades of Torch Red #FA0A39
Tints of Torch Red #FA0A39
RGB
CMYK
RGB Variations
Color information
#FA0A39 (or 0xFA0A39) is known color: Torch Red. HEX triplet: FA, 0A and 39. RGB value is (250,10,57). Sum of RGB (Red+Green+Blue) = 250+10+57=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A39 is #05F5C6. Grayscale: #575757. Windows color (decimal): -390599 or 3738362. OLE color: 3738362.
HSL color Cylindrical-coordinate representation of color #FA0A39: hue angle of 348.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.02 |
| HSL | 348.25º | 0.96% | 0.51% | - |
| HSV(B) | 348.25º | 0.96% | 0.98% | - |
| XYZ | 40.27 | 20.84 | 5.77 | - |
| YUV | 87.12 | 111.01 | 244.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 57 | 0 | 0.96 | 0.77 | 0.02 | 348.25 | 0.96 | 0.51 |
| Hex | FA | A | 39 | 0 | 60 | 4D | 2 | 15C | 60 | 33 |
| Octal | 372 | 12 | 71 | 0 | 140 | 115 | 2 | 534 | 140 | 63 |
| Binary | 11111010 | 1010 | 111001 | 0 | 1100000 | 1001101 | 10 | 101011100 | 1100000 | 110011 |
Color Harmonies of #FA0A39
Complementary color
Monochromatic Colors of #FA0A39
Black with #FA0A39
Text Example
Text Example
White with #FA0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A39; }
p { color: rgb(250,10,57); }
H1.HeaderClassName
{
color: #FA0A39;
}
.AnyTagClassName
{
color: #FA0A39;
}
</style>
background-color css
<style>
a { background-color: #FA0A39; }
a { background-color: rgb(250,10,57); }
div.DivClassName
{
background-color: #FA0A39;
}
.BgClassName
{
background-color: #FA0A39;
}
</style>
border-color css
<style>
span { border-color: #FA0A39; }
span { border-color: rgb(250,10,57); }
td.TdClassName
{
border-color: #FA0A39;
}
.TagClassName
{
border-color: #FA0A39;
}
</style>