Shades of Torch Red #FA133C
Tints of Torch Red #FA133C
RGB
CMYK
RGB Variations
Color information
#FA133C (or 0xFA133C) is known color: Torch Red. HEX triplet: FA, 13 and 3C. RGB value is (250,19,60). Sum of RGB (Red+Green+Blue) = 250+19+60=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA133C is #05ECC3. Grayscale: #5C5C5C. Windows color (decimal): -388292 or 3937274. OLE color: 3937274.
HSL color Cylindrical-coordinate representation of color #FA133C: hue angle of 349.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA133C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.35º | 0.96% | 0.53% | - |
| HSV(B) | 349.35º | 0.92% | 0.98% | - |
| XYZ | 40.47 | 21.12 | 6.22 | - |
| YUV | 92.74 | 109.53 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 60 | 0 | 0.92 | 0.76 | 0.02 | 349.35 | 0.96 | 0.53 |
| Hex | FA | 13 | 3C | 0 | 5C | 4C | 2 | 15D | 60 | 35 |
| Octal | 372 | 23 | 74 | 0 | 134 | 114 | 2 | 535 | 140 | 65 |
| Binary | 11111010 | 10011 | 111100 | 0 | 1011100 | 1001100 | 10 | 101011101 | 1100000 | 110101 |
Color Harmonies of #FA133C
Complementary color
Monochromatic Colors of #FA133C
Black with #FA133C
Text Example
Text Example
White with #FA133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA133C; }
p { color: rgb(250,19,60); }
H1.HeaderClassName
{
color: #FA133C;
}
.AnyTagClassName
{
color: #FA133C;
}
</style>
background-color css
<style>
a { background-color: #FA133C; }
a { background-color: rgb(250,19,60); }
div.DivClassName
{
background-color: #FA133C;
}
.BgClassName
{
background-color: #FA133C;
}
</style>
border-color css
<style>
span { border-color: #FA133C; }
span { border-color: rgb(250,19,60); }
td.TdClassName
{
border-color: #FA133C;
}
.TagClassName
{
border-color: #FA133C;
}
</style>