Shades of Torch Red #FC030E
Tints of Torch Red #FC030E
RGB
CMYK
RGB Variations
Color information
#FC030E (or 0xFC030E) is known color: Torch Red. HEX triplet: FC, 03 and 0E. RGB value is (252,3,14). Sum of RGB (Red+Green+Blue) = 252+3+14=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC030E is #03FCF1. Grayscale: #4E4E4E. Windows color (decimal): -261362 or 918524. OLE color: 918524.
HSL color Cylindrical-coordinate representation of color #FC030E: hue angle of 357.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 357.35º | 0.98% | 0.5% | - |
| HSV(B) | 357.35º | 0.99% | 0.99% | - |
| XYZ | 40.26 | 20.79 | 2.31 | - |
| YUV | 78.71 | 91.49 | 251.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 14 | 0 | 0.99 | 0.94 | 0.01 | 357.35 | 0.98 | 0.5 |
| Hex | FC | 3 | E | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 374 | 3 | 16 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 11 | 1110 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC030E
Complementary color
Monochromatic Colors of #FC030E
Black with #FC030E
Text Example
Text Example
White with #FC030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC030E; }
p { color: rgb(252,3,14); }
H1.HeaderClassName
{
color: #FC030E;
}
.AnyTagClassName
{
color: #FC030E;
}
</style>
background-color css
<style>
a { background-color: #FC030E; }
a { background-color: rgb(252,3,14); }
div.DivClassName
{
background-color: #FC030E;
}
.BgClassName
{
background-color: #FC030E;
}
</style>
border-color css
<style>
span { border-color: #FC030E; }
span { border-color: rgb(252,3,14); }
td.TdClassName
{
border-color: #FC030E;
}
.TagClassName
{
border-color: #FC030E;
}
</style>