Shades of Torch Red #FC0A31
Tints of Torch Red #FC0A31
RGB
CMYK
RGB Variations
Color information
#FC0A31 (or 0xFC0A31) is known color: Torch Red. HEX triplet: FC, 0A and 31. RGB value is (252,10,49). Sum of RGB (Red+Green+Blue) = 252+10+49=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A31 is #03F5CE. Grayscale: #565656. Windows color (decimal): -259535 or 3214076. OLE color: 3214076.
HSL color Cylindrical-coordinate representation of color #FC0A31: hue angle of 350.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A31 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 49 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.01 |
| HSL | 350.33º | 0.98% | 0.51% | - |
| HSV(B) | 350.33º | 0.96% | 0.99% | - |
| XYZ | 40.81 | 21.13 | 4.83 | - |
| YUV | 86.8 | 106.67 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 49 | 0 | 0.96 | 0.81 | 0.01 | 350.33 | 0.98 | 0.51 |
| Hex | FC | A | 31 | 0 | 60 | 51 | 1 | 15E | 62 | 33 |
| Octal | 374 | 12 | 61 | 0 | 140 | 121 | 1 | 536 | 142 | 63 |
| Binary | 11111100 | 1010 | 110001 | 0 | 1100000 | 1010001 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FC0A31
Complementary color
Monochromatic Colors of #FC0A31
Black with #FC0A31
Text Example
Text Example
White with #FC0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A31; }
p { color: rgb(252,10,49); }
H1.HeaderClassName
{
color: #FC0A31;
}
.AnyTagClassName
{
color: #FC0A31;
}
</style>
background-color css
<style>
a { background-color: #FC0A31; }
a { background-color: rgb(252,10,49); }
div.DivClassName
{
background-color: #FC0A31;
}
.BgClassName
{
background-color: #FC0A31;
}
</style>
border-color css
<style>
span { border-color: #FC0A31; }
span { border-color: rgb(252,10,49); }
td.TdClassName
{
border-color: #FC0A31;
}
.TagClassName
{
border-color: #FC0A31;
}
</style>