Shades of Torch Red #FC223C
Tints of Torch Red #FC223C
RGB
CMYK
RGB Variations
Color information
#FC223C (or 0xFC223C) is known color: Torch Red. HEX triplet: FC, 22 and 3C. RGB value is (252,34,60). Sum of RGB (Red+Green+Blue) = 252+34+60=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC223C is #03DDC3. Grayscale: #666666. Windows color (decimal): -253380 or 3941116. OLE color: 3941116.
HSL color Cylindrical-coordinate representation of color #FC223C: hue angle of 352.84º 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 #FC223C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 60 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.01 |
| HSL | 352.84º | 0.97% | 0.56% | - |
| HSV(B) | 352.84º | 0.87% | 0.99% | - |
| XYZ | 41.53 | 22.17 | 6.36 | - |
| YUV | 102.15 | 104.22 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 60 | 0 | 0.87 | 0.76 | 0.01 | 352.84 | 0.97 | 0.56 |
| Hex | FC | 22 | 3C | 0 | 57 | 4C | 1 | 161 | 61 | 38 |
| Octal | 374 | 42 | 74 | 0 | 127 | 114 | 1 | 541 | 141 | 70 |
| Binary | 11111100 | 100010 | 111100 | 0 | 1010111 | 1001100 | 1 | 101100001 | 1100001 | 111000 |
Color Harmonies of #FC223C
Complementary color
Monochromatic Colors of #FC223C
Black with #FC223C
Text Example
Text Example
White with #FC223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC223C; }
p { color: rgb(252,34,60); }
H1.HeaderClassName
{
color: #FC223C;
}
.AnyTagClassName
{
color: #FC223C;
}
</style>
background-color css
<style>
a { background-color: #FC223C; }
a { background-color: rgb(252,34,60); }
div.DivClassName
{
background-color: #FC223C;
}
.BgClassName
{
background-color: #FC223C;
}
</style>
border-color css
<style>
span { border-color: #FC223C; }
span { border-color: rgb(252,34,60); }
td.TdClassName
{
border-color: #FC223C;
}
.TagClassName
{
border-color: #FC223C;
}
</style>