Shades of Torch Red #FC0842
Tints of Torch Red #FC0842
RGB
CMYK
RGB Variations
Color information
#FC0842 (or 0xFC0842) is known color: Torch Red. HEX triplet: FC, 08 and 42. RGB value is (252,8,66). Sum of RGB (Red+Green+Blue) = 252+8+66=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0842 is #03F7BD. Grayscale: #575757. Windows color (decimal): -260030 or 4327676. OLE color: 4327676.
HSL color Cylindrical-coordinate representation of color #FC0842: hue angle of 345.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0842 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 66 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.01 |
| HSL | 345.74º | 0.98% | 0.51% | - |
| HSV(B) | 345.74º | 0.97% | 0.99% | - |
| XYZ | 41.22 | 21.26 | 7.09 | - |
| YUV | 87.57 | 115.84 | 245.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 66 | 0 | 0.97 | 0.74 | 0.01 | 345.74 | 0.98 | 0.51 |
| Hex | FC | 8 | 42 | 0 | 61 | 4A | 1 | 15A | 62 | 33 |
| Octal | 374 | 10 | 102 | 0 | 141 | 112 | 1 | 532 | 142 | 63 |
| Binary | 11111100 | 1000 | 1000010 | 0 | 1100001 | 1001010 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FC0842
Complementary color
Monochromatic Colors of #FC0842
Black with #FC0842
Text Example
Text Example
White with #FC0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0842; }
p { color: rgb(252,8,66); }
H1.HeaderClassName
{
color: #FC0842;
}
.AnyTagClassName
{
color: #FC0842;
}
</style>
background-color css
<style>
a { background-color: #FC0842; }
a { background-color: rgb(252,8,66); }
div.DivClassName
{
background-color: #FC0842;
}
.BgClassName
{
background-color: #FC0842;
}
</style>
border-color css
<style>
span { border-color: #FC0842; }
span { border-color: rgb(252,8,66); }
td.TdClassName
{
border-color: #FC0842;
}
.TagClassName
{
border-color: #FC0842;
}
</style>