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