Shades of Torch Red #FC0241
Tints of Torch Red #FC0241
RGB
CMYK
RGB Variations
Color information
#FC0241 (or 0xFC0241) is known color: Torch Red. HEX triplet: FC, 02 and 41. RGB value is (252,2,65). Sum of RGB (Red+Green+Blue) = 252+2+65=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0241 is #03FDBE. Grayscale: #535353. Windows color (decimal): -261567 or 4260604. OLE color: 4260604.
HSL color Cylindrical-coordinate representation of color #FC0241: hue angle of 344.88º 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 #FC0241 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.01 |
| HSL | 344.88º | 0.98% | 0.5% | - |
| HSV(B) | 344.88º | 0.99% | 0.99% | - |
| XYZ | 41.12 | 21.12 | 6.91 | - |
| YUV | 83.93 | 117.33 | 247.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 65 | 0 | 0.99 | 0.74 | 0.01 | 344.88 | 0.98 | 0.5 |
| Hex | FC | 2 | 41 | 0 | 63 | 4A | 1 | 159 | 62 | 32 |
| Octal | 374 | 2 | 101 | 0 | 143 | 112 | 1 | 531 | 142 | 62 |
| Binary | 11111100 | 10 | 1000001 | 0 | 1100011 | 1001010 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FC0241
Complementary color
Monochromatic Colors of #FC0241
Black with #FC0241
Text Example
Text Example
White with #FC0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0241; }
p { color: rgb(252,2,65); }
H1.HeaderClassName
{
color: #FC0241;
}
.AnyTagClassName
{
color: #FC0241;
}
</style>
background-color css
<style>
a { background-color: #FC0241; }
a { background-color: rgb(252,2,65); }
div.DivClassName
{
background-color: #FC0241;
}
.BgClassName
{
background-color: #FC0241;
}
</style>
border-color css
<style>
span { border-color: #FC0241; }
span { border-color: rgb(252,2,65); }
td.TdClassName
{
border-color: #FC0241;
}
.TagClassName
{
border-color: #FC0241;
}
</style>