Shades of Torch Red #FC0927
Tints of Torch Red #FC0927
RGB
CMYK
RGB Variations
Color information
#FC0927 (or 0xFC0927) is known color: Torch Red. HEX triplet: FC, 09 and 27. RGB value is (252,9,39). Sum of RGB (Red+Green+Blue) = 252+9+39=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0927 is #03F6D8. Grayscale: #555555. Windows color (decimal): -259801 or 2558460. OLE color: 2558460.
HSL color Cylindrical-coordinate representation of color #FC0927: hue angle of 352.59º 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 #FC0927 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.01 |
| HSL | 352.59º | 0.98% | 0.51% | - |
| HSV(B) | 352.59º | 0.96% | 0.99% | - |
| XYZ | 40.61 | 21.04 | 3.84 | - |
| YUV | 85.08 | 102.01 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 39 | 0 | 0.96 | 0.85 | 0.01 | 352.59 | 0.98 | 0.51 |
| Hex | FC | 9 | 27 | 0 | 60 | 55 | 1 | 161 | 62 | 33 |
| Octal | 374 | 11 | 47 | 0 | 140 | 125 | 1 | 541 | 142 | 63 |
| Binary | 11111100 | 1001 | 100111 | 0 | 1100000 | 1010101 | 1 | 101100001 | 1100010 | 110011 |
Color Harmonies of #FC0927
Complementary color
Monochromatic Colors of #FC0927
Black with #FC0927
Text Example
Text Example
White with #FC0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0927; }
p { color: rgb(252,9,39); }
H1.HeaderClassName
{
color: #FC0927;
}
.AnyTagClassName
{
color: #FC0927;
}
</style>
background-color css
<style>
a { background-color: #FC0927; }
a { background-color: rgb(252,9,39); }
div.DivClassName
{
background-color: #FC0927;
}
.BgClassName
{
background-color: #FC0927;
}
</style>
border-color css
<style>
span { border-color: #FC0927; }
span { border-color: rgb(252,9,39); }
td.TdClassName
{
border-color: #FC0927;
}
.TagClassName
{
border-color: #FC0927;
}
</style>