Shades of Torch Red #FC091C
Tints of Torch Red #FC091C
RGB
CMYK
RGB Variations
Color information
#FC091C (or 0xFC091C) is known color: Torch Red. HEX triplet: FC, 09 and 1C. RGB value is (252,9,28). Sum of RGB (Red+Green+Blue) = 252+9+28=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC091C is #03F6E3. Grayscale: #535353. Windows color (decimal): -259812 or 1837564. OLE color: 1837564.
HSL color Cylindrical-coordinate representation of color #FC091C: hue angle of 355.31º 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 #FC091C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.01 |
| HSL | 355.31º | 0.98% | 0.51% | - |
| HSV(B) | 355.31º | 0.96% | 0.99% | - |
| XYZ | 40.45 | 20.97 | 3.02 | - |
| YUV | 83.82 | 96.51 | 247.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 28 | 0 | 0.96 | 0.89 | 0.01 | 355.31 | 0.98 | 0.51 |
| Hex | FC | 9 | 1C | 0 | 60 | 59 | 1 | 163 | 62 | 33 |
| Octal | 374 | 11 | 34 | 0 | 140 | 131 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 1001 | 11100 | 0 | 1100000 | 1011001 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC091C
Complementary color
Monochromatic Colors of #FC091C
Black with #FC091C
Text Example
Text Example
White with #FC091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC091C; }
p { color: rgb(252,9,28); }
H1.HeaderClassName
{
color: #FC091C;
}
.AnyTagClassName
{
color: #FC091C;
}
</style>
background-color css
<style>
a { background-color: #FC091C; }
a { background-color: rgb(252,9,28); }
div.DivClassName
{
background-color: #FC091C;
}
.BgClassName
{
background-color: #FC091C;
}
</style>
border-color css
<style>
span { border-color: #FC091C; }
span { border-color: rgb(252,9,28); }
td.TdClassName
{
border-color: #FC091C;
}
.TagClassName
{
border-color: #FC091C;
}
</style>