Shades of Torch Red #FC0208
Tints of Torch Red #FC0208
RGB
CMYK
RGB Variations
Color information
#FC0208 (or 0xFC0208) is known color: Torch Red. HEX triplet: FC, 02 and 08. RGB value is (252,2,8). Sum of RGB (Red+Green+Blue) = 252+2+8=262 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.18% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0208 is #03FDF7. Grayscale: #4D4D4D. Windows color (decimal): -261624 or 525052. OLE color: 525052.
HSL color Cylindrical-coordinate representation of color #FC0208: hue angle of 358.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0208 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.01 |
| HSL | 358.56º | 0.98% | 0.5% | - |
| HSV(B) | 358.56º | 0.99% | 0.99% | - |
| XYZ | 40.21 | 20.76 | 2.12 | - |
| YUV | 77.43 | 88.83 | 252.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 8 | 0 | 0.99 | 0.97 | 0.01 | 358.56 | 0.98 | 0.5 |
| Hex | FC | 2 | 8 | 0 | 63 | 61 | 1 | 167 | 62 | 32 |
| Octal | 374 | 2 | 10 | 0 | 143 | 141 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 10 | 1000 | 0 | 1100011 | 1100001 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0208
Complementary color
Monochromatic Colors of #FC0208
Black with #FC0208
Text Example
Text Example
White with #FC0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0208; }
p { color: rgb(252,2,8); }
H1.HeaderClassName
{
color: #FC0208;
}
.AnyTagClassName
{
color: #FC0208;
}
</style>
background-color css
<style>
a { background-color: #FC0208; }
a { background-color: rgb(252,2,8); }
div.DivClassName
{
background-color: #FC0208;
}
.BgClassName
{
background-color: #FC0208;
}
</style>
border-color css
<style>
span { border-color: #FC0208; }
span { border-color: rgb(252,2,8); }
td.TdClassName
{
border-color: #FC0208;
}
.TagClassName
{
border-color: #FC0208;
}
</style>