Shades of Torch Red #FC1441
Tints of Torch Red #FC1441
RGB
CMYK
RGB Variations
Color information
#FC1441 (or 0xFC1441) is known color: Torch Red. HEX triplet: FC, 14 and 41. RGB value is (252,20,65). Sum of RGB (Red+Green+Blue) = 252+20+65=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1441 is #03EBBE. Grayscale: #5E5E5E. Windows color (decimal): -256959 or 4265212. OLE color: 4265212.
HSL color Cylindrical-coordinate representation of color #FC1441: hue angle of 348.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1441 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 65 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.01 |
| HSL | 348.36º | 0.97% | 0.53% | - |
| HSV(B) | 348.36º | 0.92% | 0.99% | - |
| XYZ | 41.35 | 21.58 | 6.99 | - |
| YUV | 94.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 65 | 0 | 0.92 | 0.74 | 0.01 | 348.36 | 0.97 | 0.53 |
| Hex | FC | 14 | 41 | 0 | 5C | 4A | 1 | 15C | 61 | 35 |
| Octal | 374 | 24 | 101 | 0 | 134 | 112 | 1 | 534 | 141 | 65 |
| Binary | 11111100 | 10100 | 1000001 | 0 | 1011100 | 1001010 | 1 | 101011100 | 1100001 | 110101 |
Color Harmonies of #FC1441
Complementary color
Monochromatic Colors of #FC1441
Black with #FC1441
Text Example
Text Example
White with #FC1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1441; }
p { color: rgb(252,20,65); }
H1.HeaderClassName
{
color: #FC1441;
}
.AnyTagClassName
{
color: #FC1441;
}
</style>
background-color css
<style>
a { background-color: #FC1441; }
a { background-color: rgb(252,20,65); }
div.DivClassName
{
background-color: #FC1441;
}
.BgClassName
{
background-color: #FC1441;
}
</style>
border-color css
<style>
span { border-color: #FC1441; }
span { border-color: rgb(252,20,65); }
td.TdClassName
{
border-color: #FC1441;
}
.TagClassName
{
border-color: #FC1441;
}
</style>