Shades of Torch Red #FC031C
Tints of Torch Red #FC031C
RGB
CMYK
RGB Variations
Color information
#FC031C (or 0xFC031C) is known color: Torch Red. HEX triplet: FC, 03 and 1C. RGB value is (252,3,28). Sum of RGB (Red+Green+Blue) = 252+3+28=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC031C is #03FCE3. Grayscale: #505050. Windows color (decimal): -261348 or 1836028. OLE color: 1836028.
HSL color Cylindrical-coordinate representation of color #FC031C: hue angle of 353.98º 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 #FC031C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.01 |
| HSL | 353.98º | 0.98% | 0.5% | - |
| HSV(B) | 353.98º | 0.99% | 0.99% | - |
| XYZ | 40.39 | 20.84 | 2.99 | - |
| YUV | 80.3 | 98.49 | 250.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 28 | 0 | 0.99 | 0.89 | 0.01 | 353.98 | 0.98 | 0.5 |
| Hex | FC | 3 | 1C | 0 | 63 | 59 | 1 | 162 | 62 | 32 |
| Octal | 374 | 3 | 34 | 0 | 143 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 11 | 11100 | 0 | 1100011 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC031C
Complementary color
Monochromatic Colors of #FC031C
Black with #FC031C
Text Example
Text Example
White with #FC031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC031C; }
p { color: rgb(252,3,28); }
H1.HeaderClassName
{
color: #FC031C;
}
.AnyTagClassName
{
color: #FC031C;
}
</style>
background-color css
<style>
a { background-color: #FC031C; }
a { background-color: rgb(252,3,28); }
div.DivClassName
{
background-color: #FC031C;
}
.BgClassName
{
background-color: #FC031C;
}
</style>
border-color css
<style>
span { border-color: #FC031C; }
span { border-color: rgb(252,3,28); }
td.TdClassName
{
border-color: #FC031C;
}
.TagClassName
{
border-color: #FC031C;
}
</style>