Shades of Torch Red #FC0B2F
Tints of Torch Red #FC0B2F
RGB
CMYK
RGB Variations
Color information
#FC0B2F (or 0xFC0B2F) is known color: Torch Red. HEX triplet: FC, 0B and 2F. RGB value is (252,11,47). Sum of RGB (Red+Green+Blue) = 252+11+47=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B2F is #03F4D0. Grayscale: #575757. Windows color (decimal): -259281 or 3083260. OLE color: 3083260.
HSL color Cylindrical-coordinate representation of color #FC0B2F: hue angle of 351.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B2F is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 47 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.01 |
| HSL | 351.04º | 0.98% | 0.52% | - |
| HSV(B) | 351.04º | 0.96% | 0.99% | - |
| XYZ | 40.78 | 21.14 | 4.62 | - |
| YUV | 87.16 | 105.34 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 47 | 0 | 0.96 | 0.81 | 0.01 | 351.04 | 0.98 | 0.52 |
| Hex | FC | B | 2F | 0 | 60 | 51 | 1 | 15F | 62 | 34 |
| Octal | 374 | 13 | 57 | 0 | 140 | 121 | 1 | 537 | 142 | 64 |
| Binary | 11111100 | 1011 | 101111 | 0 | 1100000 | 1010001 | 1 | 101011111 | 1100010 | 110100 |
Color Harmonies of #FC0B2F
Complementary color
Monochromatic Colors of #FC0B2F
Black with #FC0B2F
Text Example
Text Example
White with #FC0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B2F; }
p { color: rgb(252,11,47); }
H1.HeaderClassName
{
color: #FC0B2F;
}
.AnyTagClassName
{
color: #FC0B2F;
}
</style>
background-color css
<style>
a { background-color: #FC0B2F; }
a { background-color: rgb(252,11,47); }
div.DivClassName
{
background-color: #FC0B2F;
}
.BgClassName
{
background-color: #FC0B2F;
}
</style>
border-color css
<style>
span { border-color: #FC0B2F; }
span { border-color: rgb(252,11,47); }
td.TdClassName
{
border-color: #FC0B2F;
}
.TagClassName
{
border-color: #FC0B2F;
}
</style>