Shades of Torch Red #FC1741
Tints of Torch Red #FC1741
RGB
CMYK
RGB Variations
Color information
#FC1741 (or 0xFC1741) is known color: Torch Red. HEX triplet: FC, 17 and 41. RGB value is (252,23,65). Sum of RGB (Red+Green+Blue) = 252+23+65=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1741 is #03E8BE. Grayscale: #606060. Windows color (decimal): -256191 or 4265980. OLE color: 4265980.
HSL color Cylindrical-coordinate representation of color #FC1741: hue angle of 349º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1741 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.01 |
| HSL | 349º | 0.97% | 0.54% | - |
| HSV(B) | 349º | 0.91% | 0.99% | - |
| XYZ | 41.41 | 21.69 | 7.01 | - |
| YUV | 96.26 | 110.37 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 65 | 0 | 0.91 | 0.74 | 0.01 | 349 | 0.97 | 0.54 |
| Hex | FC | 17 | 41 | 0 | 5B | 4A | 1 | 15D | 61 | 36 |
| Octal | 374 | 27 | 101 | 0 | 133 | 112 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 10111 | 1000001 | 0 | 1011011 | 1001010 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1741
Complementary color
Monochromatic Colors of #FC1741
Black with #FC1741
Text Example
Text Example
White with #FC1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1741; }
p { color: rgb(252,23,65); }
H1.HeaderClassName
{
color: #FC1741;
}
.AnyTagClassName
{
color: #FC1741;
}
</style>
background-color css
<style>
a { background-color: #FC1741; }
a { background-color: rgb(252,23,65); }
div.DivClassName
{
background-color: #FC1741;
}
.BgClassName
{
background-color: #FC1741;
}
</style>
border-color css
<style>
span { border-color: #FC1741; }
span { border-color: rgb(252,23,65); }
td.TdClassName
{
border-color: #FC1741;
}
.TagClassName
{
border-color: #FC1741;
}
</style>