Shades of Torch Red #FC092F
Tints of Torch Red #FC092F
RGB
CMYK
RGB Variations
Color information
#FC092F (or 0xFC092F) is known color: Torch Red. HEX triplet: FC, 09 and 2F. RGB value is (252,9,47). Sum of RGB (Red+Green+Blue) = 252+9+47=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC092F is #03F6D0. Grayscale: #565656. Windows color (decimal): -259793 or 3082748. OLE color: 3082748.
HSL color Cylindrical-coordinate representation of color #FC092F: hue angle of 350.62º 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 #FC092F is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.01 |
| HSL | 350.62º | 0.98% | 0.51% | - |
| HSV(B) | 350.62º | 0.96% | 0.99% | - |
| XYZ | 40.76 | 21.1 | 4.61 | - |
| YUV | 85.99 | 106.01 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 47 | 0 | 0.96 | 0.81 | 0.01 | 350.62 | 0.98 | 0.51 |
| Hex | FC | 9 | 2F | 0 | 60 | 51 | 1 | 15F | 62 | 33 |
| Octal | 374 | 11 | 57 | 0 | 140 | 121 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 1001 | 101111 | 0 | 1100000 | 1010001 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC092F
Complementary color
Monochromatic Colors of #FC092F
Black with #FC092F
Text Example
Text Example
White with #FC092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC092F; }
p { color: rgb(252,9,47); }
H1.HeaderClassName
{
color: #FC092F;
}
.AnyTagClassName
{
color: #FC092F;
}
</style>
background-color css
<style>
a { background-color: #FC092F; }
a { background-color: rgb(252,9,47); }
div.DivClassName
{
background-color: #FC092F;
}
.BgClassName
{
background-color: #FC092F;
}
</style>
border-color css
<style>
span { border-color: #FC092F; }
span { border-color: rgb(252,9,47); }
td.TdClassName
{
border-color: #FC092F;
}
.TagClassName
{
border-color: #FC092F;
}
</style>