Shades of Torch Red #FC2223
Tints of Torch Red #FC2223
RGB
CMYK
RGB Variations
Color information
#FC2223 (or 0xFC2223) is known color: Torch Red. HEX triplet: FC, 22 and 23. RGB value is (252,34,35). Sum of RGB (Red+Green+Blue) = 252+34+35=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2223 is #03DDDC. Grayscale: #636363. Windows color (decimal): -253405 or 2302716. OLE color: 2302716.
HSL color Cylindrical-coordinate representation of color #FC2223: hue angle of 359.72º 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 #FC2223 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 35 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.01 |
| HSL | 359.72º | 0.97% | 0.56% | - |
| HSV(B) | 359.72º | 0.87% | 0.99% | - |
| XYZ | 41.02 | 21.96 | 3.67 | - |
| YUV | 99.3 | 91.72 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 35 | 0 | 0.87 | 0.86 | 0.01 | 359.72 | 0.97 | 0.56 |
| Hex | FC | 22 | 23 | 0 | 57 | 56 | 1 | 168 | 61 | 38 |
| Octal | 374 | 42 | 43 | 0 | 127 | 126 | 1 | 550 | 141 | 70 |
| Binary | 11111100 | 100010 | 100011 | 0 | 1010111 | 1010110 | 1 | 101101000 | 1100001 | 111000 |
Color Harmonies of #FC2223
Complementary color
Monochromatic Colors of #FC2223
Black with #FC2223
Text Example
Text Example
White with #FC2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2223; }
p { color: rgb(252,34,35); }
H1.HeaderClassName
{
color: #FC2223;
}
.AnyTagClassName
{
color: #FC2223;
}
</style>
background-color css
<style>
a { background-color: #FC2223; }
a { background-color: rgb(252,34,35); }
div.DivClassName
{
background-color: #FC2223;
}
.BgClassName
{
background-color: #FC2223;
}
</style>
border-color css
<style>
span { border-color: #FC2223; }
span { border-color: rgb(252,34,35); }
td.TdClassName
{
border-color: #FC2223;
}
.TagClassName
{
border-color: #FC2223;
}
</style>