Shades of Torch Red #FC123F
Tints of Torch Red #FC123F
RGB
CMYK
RGB Variations
Color information
#FC123F (or 0xFC123F) is known color: Torch Red. HEX triplet: FC, 12 and 3F. RGB value is (252,18,63). Sum of RGB (Red+Green+Blue) = 252+18+63=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC123F is #03EDC0. Grayscale: #5D5D5D. Windows color (decimal): -257473 or 4133628. OLE color: 4133628.
HSL color Cylindrical-coordinate representation of color #FC123F: hue angle of 348.46º 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 #FC123F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.01 |
| HSL | 348.46º | 0.98% | 0.53% | - |
| HSV(B) | 348.46º | 0.93% | 0.99% | - |
| XYZ | 41.26 | 21.49 | 6.68 | - |
| YUV | 93.1 | 111.02 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 63 | 0 | 0.93 | 0.75 | 0.01 | 348.46 | 0.98 | 0.53 |
| Hex | FC | 12 | 3F | 0 | 5D | 4B | 1 | 15C | 62 | 35 |
| Octal | 374 | 22 | 77 | 0 | 135 | 113 | 1 | 534 | 142 | 65 |
| Binary | 11111100 | 10010 | 111111 | 0 | 1011101 | 1001011 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FC123F
Complementary color
Monochromatic Colors of #FC123F
Black with #FC123F
Text Example
Text Example
White with #FC123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC123F; }
p { color: rgb(252,18,63); }
H1.HeaderClassName
{
color: #FC123F;
}
.AnyTagClassName
{
color: #FC123F;
}
</style>
background-color css
<style>
a { background-color: #FC123F; }
a { background-color: rgb(252,18,63); }
div.DivClassName
{
background-color: #FC123F;
}
.BgClassName
{
background-color: #FC123F;
}
</style>
border-color css
<style>
span { border-color: #FC123F; }
span { border-color: rgb(252,18,63); }
td.TdClassName
{
border-color: #FC123F;
}
.TagClassName
{
border-color: #FC123F;
}
</style>