Shades of Torch Red #FC223B
Tints of Torch Red #FC223B
RGB
CMYK
RGB Variations
Color information
#FC223B (or 0xFC223B) is known color: Torch Red. HEX triplet: FC, 22 and 3B. RGB value is (252,34,59). Sum of RGB (Red+Green+Blue) = 252+34+59=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC223B is #03DDC4. Grayscale: #666666. Windows color (decimal): -253381 or 3875580. OLE color: 3875580.
HSL color Cylindrical-coordinate representation of color #FC223B: hue angle of 353.12º 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 #FC223B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 59 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.01 |
| HSL | 353.12º | 0.97% | 0.56% | - |
| HSV(B) | 353.12º | 0.87% | 0.99% | - |
| XYZ | 41.51 | 22.16 | 6.23 | - |
| YUV | 102.03 | 103.72 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 59 | 0 | 0.87 | 0.77 | 0.01 | 353.12 | 0.97 | 0.56 |
| Hex | FC | 22 | 3B | 0 | 57 | 4D | 1 | 161 | 61 | 38 |
| Octal | 374 | 42 | 73 | 0 | 127 | 115 | 1 | 541 | 141 | 70 |
| Binary | 11111100 | 100010 | 111011 | 0 | 1010111 | 1001101 | 1 | 101100001 | 1100001 | 111000 |
Color Harmonies of #FC223B
Complementary color
Monochromatic Colors of #FC223B
Black with #FC223B
Text Example
Text Example
White with #FC223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC223B; }
p { color: rgb(252,34,59); }
H1.HeaderClassName
{
color: #FC223B;
}
.AnyTagClassName
{
color: #FC223B;
}
</style>
background-color css
<style>
a { background-color: #FC223B; }
a { background-color: rgb(252,34,59); }
div.DivClassName
{
background-color: #FC223B;
}
.BgClassName
{
background-color: #FC223B;
}
</style>
border-color css
<style>
span { border-color: #FC223B; }
span { border-color: rgb(252,34,59); }
td.TdClassName
{
border-color: #FC223B;
}
.TagClassName
{
border-color: #FC223B;
}
</style>