Shades of Torch Red #FC091A
Tints of Torch Red #FC091A
RGB
CMYK
RGB Variations
Color information
#FC091A (or 0xFC091A) is known color: Torch Red. HEX triplet: FC, 09 and 1A. RGB value is (252,9,26). Sum of RGB (Red+Green+Blue) = 252+9+26=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC091A is #03F6E5. Grayscale: #535353. Windows color (decimal): -259814 or 1706492. OLE color: 1706492.
HSL color Cylindrical-coordinate representation of color #FC091A: hue angle of 355.8º 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 #FC091A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.01 |
| HSL | 355.8º | 0.98% | 0.51% | - |
| HSV(B) | 355.8º | 0.96% | 0.99% | - |
| XYZ | 40.43 | 20.97 | 2.89 | - |
| YUV | 83.6 | 95.51 | 248.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 26 | 0 | 0.96 | 0.90 | 0.01 | 355.8 | 0.98 | 0.51 |
| Hex | FC | 9 | 1A | 0 | 60 | 5A | 1 | 164 | 62 | 33 |
| Octal | 374 | 11 | 32 | 0 | 140 | 132 | 1 | 544 | 142 | 63 |
| Binary | 11111100 | 1001 | 11010 | 0 | 1100000 | 1011010 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FC091A
Complementary color
Monochromatic Colors of #FC091A
Black with #FC091A
Text Example
Text Example
White with #FC091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC091A; }
p { color: rgb(252,9,26); }
H1.HeaderClassName
{
color: #FC091A;
}
.AnyTagClassName
{
color: #FC091A;
}
</style>
background-color css
<style>
a { background-color: #FC091A; }
a { background-color: rgb(252,9,26); }
div.DivClassName
{
background-color: #FC091A;
}
.BgClassName
{
background-color: #FC091A;
}
</style>
border-color css
<style>
span { border-color: #FC091A; }
span { border-color: rgb(252,9,26); }
td.TdClassName
{
border-color: #FC091A;
}
.TagClassName
{
border-color: #FC091A;
}
</style>