Shades of Torch Red #FC2227
Tints of Torch Red #FC2227
RGB
CMYK
RGB Variations
Color information
#FC2227 (or 0xFC2227) is known color: Torch Red. HEX triplet: FC, 22 and 27. RGB value is (252,34,39). Sum of RGB (Red+Green+Blue) = 252+34+39=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2227 is #03DDD8. Grayscale: #636363. Windows color (decimal): -253401 or 2564860. OLE color: 2564860.
HSL color Cylindrical-coordinate representation of color #FC2227: hue angle of 358.62º 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 #FC2227 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 39 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.01 |
| HSL | 358.62º | 0.97% | 0.56% | - |
| HSV(B) | 358.62º | 0.87% | 0.99% | - |
| XYZ | 41.08 | 21.99 | 4 | - |
| YUV | 99.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 39 | 0 | 0.87 | 0.85 | 0.01 | 358.62 | 0.97 | 0.56 |
| Hex | FC | 22 | 27 | 0 | 57 | 55 | 1 | 167 | 61 | 38 |
| Octal | 374 | 42 | 47 | 0 | 127 | 125 | 1 | 547 | 141 | 70 |
| Binary | 11111100 | 100010 | 100111 | 0 | 1010111 | 1010101 | 1 | 101100111 | 1100001 | 111000 |
Color Harmonies of #FC2227
Complementary color
Monochromatic Colors of #FC2227
Black with #FC2227
Text Example
Text Example
White with #FC2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2227; }
p { color: rgb(252,34,39); }
H1.HeaderClassName
{
color: #FC2227;
}
.AnyTagClassName
{
color: #FC2227;
}
</style>
background-color css
<style>
a { background-color: #FC2227; }
a { background-color: rgb(252,34,39); }
div.DivClassName
{
background-color: #FC2227;
}
.BgClassName
{
background-color: #FC2227;
}
</style>
border-color css
<style>
span { border-color: #FC2227; }
span { border-color: rgb(252,34,39); }
td.TdClassName
{
border-color: #FC2227;
}
.TagClassName
{
border-color: #FC2227;
}
</style>