Shades of Torch Red #FC1222
Tints of Torch Red #FC1222
RGB
CMYK
RGB Variations
Color information
#FC1222 (or 0xFC1222) is known color: Torch Red. HEX triplet: FC, 12 and 22. RGB value is (252,18,34). Sum of RGB (Red+Green+Blue) = 252+18+34=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1222 is #03EDDD. Grayscale: #595959. Windows color (decimal): -257502 or 2233084. OLE color: 2233084.
HSL color Cylindrical-coordinate representation of color #FC1222: hue angle of 355.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1222 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 34 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.01 |
| HSL | 355.9º | 0.98% | 0.53% | - |
| HSV(B) | 355.9º | 0.93% | 0.99% | - |
| XYZ | 40.65 | 21.24 | 3.47 | - |
| YUV | 89.79 | 96.52 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 34 | 0 | 0.93 | 0.87 | 0.01 | 355.9 | 0.98 | 0.53 |
| Hex | FC | 12 | 22 | 0 | 5D | 57 | 1 | 164 | 62 | 35 |
| Octal | 374 | 22 | 42 | 0 | 135 | 127 | 1 | 544 | 142 | 65 |
| Binary | 11111100 | 10010 | 100010 | 0 | 1011101 | 1010111 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FC1222
Complementary color
Monochromatic Colors of #FC1222
Black with #FC1222
Text Example
Text Example
White with #FC1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1222; }
p { color: rgb(252,18,34); }
H1.HeaderClassName
{
color: #FC1222;
}
.AnyTagClassName
{
color: #FC1222;
}
</style>
background-color css
<style>
a { background-color: #FC1222; }
a { background-color: rgb(252,18,34); }
div.DivClassName
{
background-color: #FC1222;
}
.BgClassName
{
background-color: #FC1222;
}
</style>
border-color css
<style>
span { border-color: #FC1222; }
span { border-color: rgb(252,18,34); }
td.TdClassName
{
border-color: #FC1222;
}
.TagClassName
{
border-color: #FC1222;
}
</style>