Shades of Torch Red #FA031C
Tints of Torch Red #FA031C
RGB
CMYK
RGB Variations
Color information
#FA031C (or 0xFA031C) is known color: Torch Red. HEX triplet: FA, 03 and 1C. RGB value is (250,3,28). Sum of RGB (Red+Green+Blue) = 250+3+28=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA031C is #05FCE3. Grayscale: #4F4F4F. Windows color (decimal): -392420 or 1836026. OLE color: 1836026.
HSL color Cylindrical-coordinate representation of color #FA031C: hue angle of 353.93º 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 #FA031C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 353.93º | 0.98% | 0.5% | - |
| HSV(B) | 353.93º | 0.99% | 0.98% | - |
| XYZ | 39.67 | 20.47 | 2.96 | - |
| YUV | 79.7 | 98.83 | 249.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 28 | 0 | 0.99 | 0.89 | 0.02 | 353.93 | 0.98 | 0.5 |
| Hex | FA | 3 | 1C | 0 | 63 | 59 | 2 | 162 | 62 | 32 |
| Octal | 372 | 3 | 34 | 0 | 143 | 131 | 2 | 542 | 142 | 62 |
| Binary | 11111010 | 11 | 11100 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FA031C
Complementary color
Monochromatic Colors of #FA031C
Black with #FA031C
Text Example
Text Example
White with #FA031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA031C; }
p { color: rgb(250,3,28); }
H1.HeaderClassName
{
color: #FA031C;
}
.AnyTagClassName
{
color: #FA031C;
}
</style>
background-color css
<style>
a { background-color: #FA031C; }
a { background-color: rgb(250,3,28); }
div.DivClassName
{
background-color: #FA031C;
}
.BgClassName
{
background-color: #FA031C;
}
</style>
border-color css
<style>
span { border-color: #FA031C; }
span { border-color: rgb(250,3,28); }
td.TdClassName
{
border-color: #FA031C;
}
.TagClassName
{
border-color: #FA031C;
}
</style>