Shades of Torch Red #FC040C
Tints of Torch Red #FC040C
RGB
CMYK
RGB Variations
Color information
#FC040C (or 0xFC040C) is known color: Torch Red. HEX triplet: FC, 04 and 0C. RGB value is (252,4,12). Sum of RGB (Red+Green+Blue) = 252+4+12=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC040C is #03FBF3. Grayscale: #4F4F4F. Windows color (decimal): -261108 or 787708. OLE color: 787708.
HSL color Cylindrical-coordinate representation of color #FC040C: hue angle of 358.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.01 |
| HSL | 358.06º | 0.98% | 0.5% | - |
| HSV(B) | 358.06º | 0.98% | 0.99% | - |
| XYZ | 40.25 | 20.81 | 2.24 | - |
| YUV | 79.06 | 90.16 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 12 | 0 | 0.98 | 0.95 | 0.01 | 358.06 | 0.98 | 0.5 |
| Hex | FC | 4 | C | 0 | 62 | 5F | 1 | 166 | 62 | 32 |
| Octal | 374 | 4 | 14 | 0 | 142 | 137 | 1 | 546 | 142 | 62 |
| Binary | 11111100 | 100 | 1100 | 0 | 1100010 | 1011111 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FC040C
Complementary color
Monochromatic Colors of #FC040C
Black with #FC040C
Text Example
Text Example
White with #FC040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC040C; }
p { color: rgb(252,4,12); }
H1.HeaderClassName
{
color: #FC040C;
}
.AnyTagClassName
{
color: #FC040C;
}
</style>
background-color css
<style>
a { background-color: #FC040C; }
a { background-color: rgb(252,4,12); }
div.DivClassName
{
background-color: #FC040C;
}
.BgClassName
{
background-color: #FC040C;
}
</style>
border-color css
<style>
span { border-color: #FC040C; }
span { border-color: rgb(252,4,12); }
td.TdClassName
{
border-color: #FC040C;
}
.TagClassName
{
border-color: #FC040C;
}
</style>