Shades of Torch Red #FC2241
Tints of Torch Red #FC2241
RGB
CMYK
RGB Variations
Color information
#FC2241 (or 0xFC2241) is known color: Torch Red. HEX triplet: FC, 22 and 41. RGB value is (252,34,65). Sum of RGB (Red+Green+Blue) = 252+34+65=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2241 is #03DDBE. Grayscale: #666666. Windows color (decimal): -253375 or 4268796. OLE color: 4268796.
HSL color Cylindrical-coordinate representation of color #FC2241: hue angle of 351.47º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2241 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 65 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.01 |
| HSL | 351.47º | 0.97% | 0.56% | - |
| HSV(B) | 351.47º | 0.87% | 0.99% | - |
| XYZ | 41.67 | 22.22 | 7.09 | - |
| YUV | 102.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 65 | 0 | 0.87 | 0.74 | 0.01 | 351.47 | 0.97 | 0.56 |
| Hex | FC | 22 | 41 | 0 | 57 | 4A | 1 | 15F | 61 | 38 |
| Octal | 374 | 42 | 101 | 0 | 127 | 112 | 1 | 537 | 141 | 70 |
| Binary | 11111100 | 100010 | 1000001 | 0 | 1010111 | 1001010 | 1 | 101011111 | 1100001 | 111000 |
Color Harmonies of #FC2241
Complementary color
Monochromatic Colors of #FC2241
Black with #FC2241
Text Example
Text Example
White with #FC2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2241; }
p { color: rgb(252,34,65); }
H1.HeaderClassName
{
color: #FC2241;
}
.AnyTagClassName
{
color: #FC2241;
}
</style>
background-color css
<style>
a { background-color: #FC2241; }
a { background-color: rgb(252,34,65); }
div.DivClassName
{
background-color: #FC2241;
}
.BgClassName
{
background-color: #FC2241;
}
</style>
border-color css
<style>
span { border-color: #FC2241; }
span { border-color: rgb(252,34,65); }
td.TdClassName
{
border-color: #FC2241;
}
.TagClassName
{
border-color: #FC2241;
}
</style>