Shades of Torch Red #FC031F
Tints of Torch Red #FC031F
RGB
CMYK
RGB Variations
Color information
#FC031F (or 0xFC031F) is known color: Torch Red. HEX triplet: FC, 03 and 1F. RGB value is (252,3,31). Sum of RGB (Red+Green+Blue) = 252+3+31=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC031F is #03FCE0. Grayscale: #505050. Windows color (decimal): -261345 or 2032636. OLE color: 2032636.
HSL color Cylindrical-coordinate representation of color #FC031F: hue angle of 353.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC031F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.01 |
| HSL | 353.25º | 0.98% | 0.5% | - |
| HSV(B) | 353.25º | 0.99% | 0.99% | - |
| XYZ | 40.42 | 20.86 | 3.19 | - |
| YUV | 80.64 | 99.99 | 250.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 31 | 0 | 0.99 | 0.88 | 0.01 | 353.25 | 0.98 | 0.5 |
| Hex | FC | 3 | 1F | 0 | 63 | 58 | 1 | 161 | 62 | 32 |
| Octal | 374 | 3 | 37 | 0 | 143 | 130 | 1 | 541 | 142 | 62 |
| Binary | 11111100 | 11 | 11111 | 0 | 1100011 | 1011000 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FC031F
Complementary color
Monochromatic Colors of #FC031F
Black with #FC031F
Text Example
Text Example
White with #FC031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC031F; }
p { color: rgb(252,3,31); }
H1.HeaderClassName
{
color: #FC031F;
}
.AnyTagClassName
{
color: #FC031F;
}
</style>
background-color css
<style>
a { background-color: #FC031F; }
a { background-color: rgb(252,3,31); }
div.DivClassName
{
background-color: #FC031F;
}
.BgClassName
{
background-color: #FC031F;
}
</style>
border-color css
<style>
span { border-color: #FC031F; }
span { border-color: rgb(252,3,31); }
td.TdClassName
{
border-color: #FC031F;
}
.TagClassName
{
border-color: #FC031F;
}
</style>