Shades of Torch Red #FC051C
Tints of Torch Red #FC051C
RGB
CMYK
RGB Variations
Color information
#FC051C (or 0xFC051C) is known color: Torch Red. HEX triplet: FC, 05 and 1C. RGB value is (252,5,28). Sum of RGB (Red+Green+Blue) = 252+5+28=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC051C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC051C is #03FAE3. Grayscale: #515151. Windows color (decimal): -260836 or 1836540. OLE color: 1836540.
HSL color Cylindrical-coordinate representation of color #FC051C: hue angle of 354.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC051C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.01 |
| HSL | 354.41º | 0.98% | 0.5% | - |
| HSV(B) | 354.41º | 0.98% | 0.99% | - |
| XYZ | 40.41 | 20.89 | 3 | - |
| YUV | 81.48 | 97.83 | 249.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 28 | 0 | 0.98 | 0.89 | 0.01 | 354.41 | 0.98 | 0.5 |
| Hex | FC | 5 | 1C | 0 | 62 | 59 | 1 | 162 | 62 | 32 |
| Octal | 374 | 5 | 34 | 0 | 142 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 101 | 11100 | 0 | 1100010 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC051C
Complementary color
Monochromatic Colors of #FC051C
Black with #FC051C
Text Example
Text Example
White with #FC051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC051C; }
p { color: rgb(252,5,28); }
H1.HeaderClassName
{
color: #FC051C;
}
.AnyTagClassName
{
color: #FC051C;
}
</style>
background-color css
<style>
a { background-color: #FC051C; }
a { background-color: rgb(252,5,28); }
div.DivClassName
{
background-color: #FC051C;
}
.BgClassName
{
background-color: #FC051C;
}
</style>
border-color css
<style>
span { border-color: #FC051C; }
span { border-color: rgb(252,5,28); }
td.TdClassName
{
border-color: #FC051C;
}
.TagClassName
{
border-color: #FC051C;
}
</style>