Shades of Torch Red #FA0C3E
Tints of Torch Red #FA0C3E
RGB
CMYK
RGB Variations
Color information
#FA0C3E (or 0xFA0C3E) is known color: Torch Red. HEX triplet: FA, 0C and 3E. RGB value is (250,12,62). Sum of RGB (Red+Green+Blue) = 250+12+62=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C3E is #05F3C1. Grayscale: #585858. Windows color (decimal): -390082 or 4066554. OLE color: 4066554.
HSL color Cylindrical-coordinate representation of color #FA0C3E: hue angle of 347.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C3E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 62 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.02 |
| HSL | 347.4º | 0.96% | 0.51% | - |
| HSV(B) | 347.4º | 0.95% | 0.98% | - |
| XYZ | 40.43 | 20.93 | 6.47 | - |
| YUV | 88.86 | 112.85 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 62 | 0 | 0.95 | 0.75 | 0.02 | 347.4 | 0.96 | 0.51 |
| Hex | FA | C | 3E | 0 | 5F | 4B | 2 | 15B | 60 | 33 |
| Octal | 372 | 14 | 76 | 0 | 137 | 113 | 2 | 533 | 140 | 63 |
| Binary | 11111010 | 1100 | 111110 | 0 | 1011111 | 1001011 | 10 | 101011011 | 1100000 | 110011 |
Color Harmonies of #FA0C3E
Complementary color
Monochromatic Colors of #FA0C3E
Black with #FA0C3E
Text Example
Text Example
White with #FA0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C3E; }
p { color: rgb(250,12,62); }
H1.HeaderClassName
{
color: #FA0C3E;
}
.AnyTagClassName
{
color: #FA0C3E;
}
</style>
background-color css
<style>
a { background-color: #FA0C3E; }
a { background-color: rgb(250,12,62); }
div.DivClassName
{
background-color: #FA0C3E;
}
.BgClassName
{
background-color: #FA0C3E;
}
</style>
border-color css
<style>
span { border-color: #FA0C3E; }
span { border-color: rgb(250,12,62); }
td.TdClassName
{
border-color: #FA0C3E;
}
.TagClassName
{
border-color: #FA0C3E;
}
</style>