Shades of Torch Red #FC1229
Tints of Torch Red #FC1229
RGB
CMYK
RGB Variations
Color information
#FC1229 (or 0xFC1229) is known color: Torch Red. HEX triplet: FC, 12 and 29. RGB value is (252,18,41). Sum of RGB (Red+Green+Blue) = 252+18+41=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1229 is #03EDD6. Grayscale: #5A5A5A. Windows color (decimal): -257495 or 2691836. OLE color: 2691836.
HSL color Cylindrical-coordinate representation of color #FC1229: hue angle of 354.1º 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 #FC1229 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.01 |
| HSL | 354.1º | 0.98% | 0.53% | - |
| HSV(B) | 354.1º | 0.93% | 0.99% | - |
| XYZ | 40.76 | 21.29 | 4.06 | - |
| YUV | 90.59 | 100.02 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 41 | 0 | 0.93 | 0.84 | 0.01 | 354.1 | 0.98 | 0.53 |
| Hex | FC | 12 | 29 | 0 | 5D | 54 | 1 | 162 | 62 | 35 |
| Octal | 374 | 22 | 51 | 0 | 135 | 124 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10010 | 101001 | 0 | 1011101 | 1010100 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC1229
Complementary color
Monochromatic Colors of #FC1229
Black with #FC1229
Text Example
Text Example
White with #FC1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1229; }
p { color: rgb(252,18,41); }
H1.HeaderClassName
{
color: #FC1229;
}
.AnyTagClassName
{
color: #FC1229;
}
</style>
background-color css
<style>
a { background-color: #FC1229; }
a { background-color: rgb(252,18,41); }
div.DivClassName
{
background-color: #FC1229;
}
.BgClassName
{
background-color: #FC1229;
}
</style>
border-color css
<style>
span { border-color: #FC1229; }
span { border-color: rgb(252,18,41); }
td.TdClassName
{
border-color: #FC1229;
}
.TagClassName
{
border-color: #FC1229;
}
</style>