Shades of Torch Red #FC091F
Tints of Torch Red #FC091F
RGB
CMYK
RGB Variations
Color information
#FC091F (or 0xFC091F) is known color: Torch Red. HEX triplet: FC, 09 and 1F. RGB value is (252,9,31). Sum of RGB (Red+Green+Blue) = 252+9+31=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC091F is #03F6E0. Grayscale: #545454. Windows color (decimal): -259809 or 2034172. OLE color: 2034172.
HSL color Cylindrical-coordinate representation of color #FC091F: hue angle of 354.57º 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 #FC091F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.01 |
| HSL | 354.57º | 0.98% | 0.51% | - |
| HSV(B) | 354.57º | 0.96% | 0.99% | - |
| XYZ | 40.49 | 20.99 | 3.21 | - |
| YUV | 84.17 | 98.01 | 247.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 31 | 0 | 0.96 | 0.88 | 0.01 | 354.57 | 0.98 | 0.51 |
| Hex | FC | 9 | 1F | 0 | 60 | 58 | 1 | 163 | 62 | 33 |
| Octal | 374 | 11 | 37 | 0 | 140 | 130 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 1001 | 11111 | 0 | 1100000 | 1011000 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC091F
Complementary color
Monochromatic Colors of #FC091F
Black with #FC091F
Text Example
Text Example
White with #FC091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC091F; }
p { color: rgb(252,9,31); }
H1.HeaderClassName
{
color: #FC091F;
}
.AnyTagClassName
{
color: #FC091F;
}
</style>
background-color css
<style>
a { background-color: #FC091F; }
a { background-color: rgb(252,9,31); }
div.DivClassName
{
background-color: #FC091F;
}
.BgClassName
{
background-color: #FC091F;
}
</style>
border-color css
<style>
span { border-color: #FC091F; }
span { border-color: rgb(252,9,31); }
td.TdClassName
{
border-color: #FC091F;
}
.TagClassName
{
border-color: #FC091F;
}
</style>