Shades of Torch Red #FC0912
Tints of Torch Red #FC0912
RGB
CMYK
RGB Variations
Color information
#FC0912 (or 0xFC0912) is known color: Torch Red. HEX triplet: FC, 09 and 12. RGB value is (252,9,18). Sum of RGB (Red+Green+Blue) = 252+9+18=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0912 is #03F6ED. Grayscale: #525252. Windows color (decimal): -259822 or 1182204. OLE color: 1182204.
HSL color Cylindrical-coordinate representation of color #FC0912: hue angle of 357.78º 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 #FC0912 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.01 |
| HSL | 357.78º | 0.98% | 0.51% | - |
| HSV(B) | 357.78º | 0.96% | 0.99% | - |
| XYZ | 40.35 | 20.93 | 2.49 | - |
| YUV | 82.68 | 91.51 | 248.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 18 | 0 | 0.96 | 0.93 | 0.01 | 357.78 | 0.98 | 0.51 |
| Hex | FC | 9 | 12 | 0 | 60 | 5D | 1 | 166 | 62 | 33 |
| Octal | 374 | 11 | 22 | 0 | 140 | 135 | 1 | 546 | 142 | 63 |
| Binary | 11111100 | 1001 | 10010 | 0 | 1100000 | 1011101 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FC0912
Complementary color
Monochromatic Colors of #FC0912
Black with #FC0912
Text Example
Text Example
White with #FC0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0912; }
p { color: rgb(252,9,18); }
H1.HeaderClassName
{
color: #FC0912;
}
.AnyTagClassName
{
color: #FC0912;
}
</style>
background-color css
<style>
a { background-color: #FC0912; }
a { background-color: rgb(252,9,18); }
div.DivClassName
{
background-color: #FC0912;
}
.BgClassName
{
background-color: #FC0912;
}
</style>
border-color css
<style>
span { border-color: #FC0912; }
span { border-color: rgb(252,9,18); }
td.TdClassName
{
border-color: #FC0912;
}
.TagClassName
{
border-color: #FC0912;
}
</style>