Shades of Torch Red #FC1234
Tints of Torch Red #FC1234
RGB
CMYK
RGB Variations
Color information
#FC1234 (or 0xFC1234) is known color: Torch Red. HEX triplet: FC, 12 and 34. RGB value is (252,18,52). Sum of RGB (Red+Green+Blue) = 252+18+52=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1234 is #03EDCB. Grayscale: #5B5B5B. Windows color (decimal): -257484 or 3412732. OLE color: 3412732.
HSL color Cylindrical-coordinate representation of color #FC1234: hue angle of 351.28º 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 #FC1234 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 52 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.01 |
| HSL | 351.28º | 0.98% | 0.53% | - |
| HSV(B) | 351.28º | 0.93% | 0.99% | - |
| XYZ | 40.98 | 21.38 | 5.21 | - |
| YUV | 91.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 52 | 0 | 0.93 | 0.79 | 0.01 | 351.28 | 0.98 | 0.53 |
| Hex | FC | 12 | 34 | 0 | 5D | 4F | 1 | 15F | 62 | 35 |
| Octal | 374 | 22 | 64 | 0 | 135 | 117 | 1 | 537 | 142 | 65 |
| Binary | 11111100 | 10010 | 110100 | 0 | 1011101 | 1001111 | 1 | 101011111 | 1100010 | 110101 |
Color Harmonies of #FC1234
Complementary color
Monochromatic Colors of #FC1234
Black with #FC1234
Text Example
Text Example
White with #FC1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1234; }
p { color: rgb(252,18,52); }
H1.HeaderClassName
{
color: #FC1234;
}
.AnyTagClassName
{
color: #FC1234;
}
</style>
background-color css
<style>
a { background-color: #FC1234; }
a { background-color: rgb(252,18,52); }
div.DivClassName
{
background-color: #FC1234;
}
.BgClassName
{
background-color: #FC1234;
}
</style>
border-color css
<style>
span { border-color: #FC1234; }
span { border-color: rgb(252,18,52); }
td.TdClassName
{
border-color: #FC1234;
}
.TagClassName
{
border-color: #FC1234;
}
</style>