Shades of Torch Red #FC0C12
Tints of Torch Red #FC0C12
RGB
CMYK
RGB Variations
Color information
#FC0C12 (or 0xFC0C12) is known color: Torch Red. HEX triplet: FC, 0C and 12. RGB value is (252,12,18). Sum of RGB (Red+Green+Blue) = 252+12+18=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C12 is #03F3ED. Grayscale: #545454. Windows color (decimal): -259054 or 1182972. OLE color: 1182972.
HSL color Cylindrical-coordinate representation of color #FC0C12: hue angle of 358.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C12 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 18 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.01 |
| HSL | 358.5º | 0.98% | 0.52% | - |
| HSV(B) | 358.5º | 0.95% | 0.99% | - |
| XYZ | 40.39 | 21 | 2.5 | - |
| YUV | 84.44 | 90.51 | 247.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 18 | 0 | 0.95 | 0.93 | 0.01 | 358.5 | 0.98 | 0.52 |
| Hex | FC | C | 12 | 0 | 5F | 5D | 1 | 166 | 62 | 34 |
| Octal | 374 | 14 | 22 | 0 | 137 | 135 | 1 | 546 | 142 | 64 |
| Binary | 11111100 | 1100 | 10010 | 0 | 1011111 | 1011101 | 1 | 101100110 | 1100010 | 110100 |
Color Harmonies of #FC0C12
Complementary color
Monochromatic Colors of #FC0C12
Black with #FC0C12
Text Example
Text Example
White with #FC0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C12; }
p { color: rgb(252,12,18); }
H1.HeaderClassName
{
color: #FC0C12;
}
.AnyTagClassName
{
color: #FC0C12;
}
</style>
background-color css
<style>
a { background-color: #FC0C12; }
a { background-color: rgb(252,12,18); }
div.DivClassName
{
background-color: #FC0C12;
}
.BgClassName
{
background-color: #FC0C12;
}
</style>
border-color css
<style>
span { border-color: #FC0C12; }
span { border-color: rgb(252,12,18); }
td.TdClassName
{
border-color: #FC0C12;
}
.TagClassName
{
border-color: #FC0C12;
}
</style>