Shades of Torch Red #FC0B0D
Tints of Torch Red #FC0B0D
RGB
CMYK
RGB Variations
Color information
#FC0B0D (or 0xFC0B0D) is known color: Torch Red. HEX triplet: FC, 0B and 0D. RGB value is (252,11,13). Sum of RGB (Red+Green+Blue) = 252+11+13=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0B0D is #03F4F2. Grayscale: #535353. Windows color (decimal): -259315 or 855036. OLE color: 855036.
HSL color Cylindrical-coordinate representation of color #FC0B0D: hue angle of 359.5º 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 #FC0B0D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.01 |
| HSL | 359.5º | 0.98% | 0.52% | - |
| HSV(B) | 359.5º | 0.96% | 0.99% | - |
| XYZ | 40.34 | 20.96 | 2.3 | - |
| YUV | 83.29 | 88.34 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 13 | 0 | 0.96 | 0.95 | 0.01 | 359.5 | 0.98 | 0.52 |
| Hex | FC | B | D | 0 | 60 | 5F | 1 | 168 | 62 | 34 |
| Octal | 374 | 13 | 15 | 0 | 140 | 137 | 1 | 550 | 142 | 64 |
| Binary | 11111100 | 1011 | 1101 | 0 | 1100000 | 1011111 | 1 | 101101000 | 1100010 | 110100 |
Color Harmonies of #FC0B0D
Complementary color
Monochromatic Colors of #FC0B0D
Black with #FC0B0D
Text Example
Text Example
White with #FC0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B0D; }
p { color: rgb(252,11,13); }
H1.HeaderClassName
{
color: #FC0B0D;
}
.AnyTagClassName
{
color: #FC0B0D;
}
</style>
background-color css
<style>
a { background-color: #FC0B0D; }
a { background-color: rgb(252,11,13); }
div.DivClassName
{
background-color: #FC0B0D;
}
.BgClassName
{
background-color: #FC0B0D;
}
</style>
border-color css
<style>
span { border-color: #FC0B0D; }
span { border-color: rgb(252,11,13); }
td.TdClassName
{
border-color: #FC0B0D;
}
.TagClassName
{
border-color: #FC0B0D;
}
</style>