Shades of Torch Red #FC0D3B
Tints of Torch Red #FC0D3B
RGB
CMYK
RGB Variations
Color information
#FC0D3B (or 0xFC0D3B) is known color: Torch Red. HEX triplet: FC, 0D and 3B. RGB value is (252,13,59). Sum of RGB (Red+Green+Blue) = 252+13+59=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D3B is #03F2C4. Grayscale: #595959. Windows color (decimal): -258757 or 3870204. OLE color: 3870204.
HSL color Cylindrical-coordinate representation of color #FC0D3B: hue angle of 348.45º 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 #FC0D3B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 59 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.01 |
| HSL | 348.45º | 0.98% | 0.52% | - |
| HSV(B) | 348.45º | 0.95% | 0.99% | - |
| XYZ | 41.08 | 21.3 | 6.08 | - |
| YUV | 89.71 | 110.68 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 59 | 0 | 0.95 | 0.77 | 0.01 | 348.45 | 0.98 | 0.52 |
| Hex | FC | D | 3B | 0 | 5F | 4D | 1 | 15C | 62 | 34 |
| Octal | 374 | 15 | 73 | 0 | 137 | 115 | 1 | 534 | 142 | 64 |
| Binary | 11111100 | 1101 | 111011 | 0 | 1011111 | 1001101 | 1 | 101011100 | 1100010 | 110100 |
Color Harmonies of #FC0D3B
Complementary color
Monochromatic Colors of #FC0D3B
Black with #FC0D3B
Text Example
Text Example
White with #FC0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D3B; }
p { color: rgb(252,13,59); }
H1.HeaderClassName
{
color: #FC0D3B;
}
.AnyTagClassName
{
color: #FC0D3B;
}
</style>
background-color css
<style>
a { background-color: #FC0D3B; }
a { background-color: rgb(252,13,59); }
div.DivClassName
{
background-color: #FC0D3B;
}
.BgClassName
{
background-color: #FC0D3B;
}
</style>
border-color css
<style>
span { border-color: #FC0D3B; }
span { border-color: rgb(252,13,59); }
td.TdClassName
{
border-color: #FC0D3B;
}
.TagClassName
{
border-color: #FC0D3B;
}
</style>