Shades of Torch Red #FC0C15
Tints of Torch Red #FC0C15
RGB
CMYK
RGB Variations
Color information
#FC0C15 (or 0xFC0C15) is known color: Torch Red. HEX triplet: FC, 0C and 15. RGB value is (252,12,21). Sum of RGB (Red+Green+Blue) = 252+12+21=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C15 is #03F3EA. Grayscale: #545454. Windows color (decimal): -259051 or 1379580. OLE color: 1379580.
HSL color Cylindrical-coordinate representation of color #FC0C15: hue angle of 357.75º 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 #FC0C15 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 21 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.01 |
| HSL | 357.75º | 0.98% | 0.52% | - |
| HSV(B) | 357.75º | 0.95% | 0.99% | - |
| XYZ | 40.41 | 21.01 | 2.64 | - |
| YUV | 84.79 | 92.01 | 247.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 21 | 0 | 0.95 | 0.92 | 0.01 | 357.75 | 0.98 | 0.52 |
| Hex | FC | C | 15 | 0 | 5F | 5C | 1 | 166 | 62 | 34 |
| Octal | 374 | 14 | 25 | 0 | 137 | 134 | 1 | 546 | 142 | 64 |
| Binary | 11111100 | 1100 | 10101 | 0 | 1011111 | 1011100 | 1 | 101100110 | 1100010 | 110100 |
Color Harmonies of #FC0C15
Complementary color
Monochromatic Colors of #FC0C15
Black with #FC0C15
Text Example
Text Example
White with #FC0C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C15; }
p { color: rgb(252,12,21); }
H1.HeaderClassName
{
color: #FC0C15;
}
.AnyTagClassName
{
color: #FC0C15;
}
</style>
background-color css
<style>
a { background-color: #FC0C15; }
a { background-color: rgb(252,12,21); }
div.DivClassName
{
background-color: #FC0C15;
}
.BgClassName
{
background-color: #FC0C15;
}
</style>
border-color css
<style>
span { border-color: #FC0C15; }
span { border-color: rgb(252,12,21); }
td.TdClassName
{
border-color: #FC0C15;
}
.TagClassName
{
border-color: #FC0C15;
}
</style>