Shades of Torch Red #FC1841
Tints of Torch Red #FC1841
RGB
CMYK
RGB Variations
Color information
#FC1841 (or 0xFC1841) is known color: Torch Red. HEX triplet: FC, 18 and 41. RGB value is (252,24,65). Sum of RGB (Red+Green+Blue) = 252+24+65=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1841 is #03E7BE. Grayscale: #606060. Windows color (decimal): -255935 or 4266236. OLE color: 4266236.
HSL color Cylindrical-coordinate representation of color #FC1841: hue angle of 349.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1841 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.01 |
| HSL | 349.21º | 0.97% | 0.54% | - |
| HSV(B) | 349.21º | 0.9% | 0.99% | - |
| XYZ | 41.43 | 21.73 | 7.01 | - |
| YUV | 96.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 65 | 0 | 0.90 | 0.74 | 0.01 | 349.21 | 0.97 | 0.54 |
| Hex | FC | 18 | 41 | 0 | 5A | 4A | 1 | 15D | 61 | 36 |
| Octal | 374 | 30 | 101 | 0 | 132 | 112 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 11000 | 1000001 | 0 | 1011010 | 1001010 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1841
Complementary color
Monochromatic Colors of #FC1841
Black with #FC1841
Text Example
Text Example
White with #FC1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1841; }
p { color: rgb(252,24,65); }
H1.HeaderClassName
{
color: #FC1841;
}
.AnyTagClassName
{
color: #FC1841;
}
</style>
background-color css
<style>
a { background-color: #FC1841; }
a { background-color: rgb(252,24,65); }
div.DivClassName
{
background-color: #FC1841;
}
.BgClassName
{
background-color: #FC1841;
}
</style>
border-color css
<style>
span { border-color: #FC1841; }
span { border-color: rgb(252,24,65); }
td.TdClassName
{
border-color: #FC1841;
}
.TagClassName
{
border-color: #FC1841;
}
</style>