Shades of Torch Red #FC1534
Tints of Torch Red #FC1534
RGB
CMYK
RGB Variations
Color information
#FC1534 (or 0xFC1534) is known color: Torch Red. HEX triplet: FC, 15 and 34. RGB value is (252,21,52). Sum of RGB (Red+Green+Blue) = 252+21+52=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1534 is #03EACB. Grayscale: #5D5D5D. Windows color (decimal): -256716 or 3413500. OLE color: 3413500.
HSL color Cylindrical-coordinate representation of color #FC1534: hue angle of 351.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1534 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.01 |
| HSL | 351.95º | 0.97% | 0.54% | - |
| HSV(B) | 351.95º | 0.92% | 0.99% | - |
| XYZ | 41.03 | 21.48 | 5.23 | - |
| YUV | 93.6 | 104.53 | 240.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 52 | 0 | 0.92 | 0.79 | 0.01 | 351.95 | 0.97 | 0.54 |
| Hex | FC | 15 | 34 | 0 | 5C | 4F | 1 | 160 | 61 | 36 |
| Octal | 374 | 25 | 64 | 0 | 134 | 117 | 1 | 540 | 141 | 66 |
| Binary | 11111100 | 10101 | 110100 | 0 | 1011100 | 1001111 | 1 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FC1534
Complementary color
Monochromatic Colors of #FC1534
Black with #FC1534
Text Example
Text Example
White with #FC1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1534; }
p { color: rgb(252,21,52); }
H1.HeaderClassName
{
color: #FC1534;
}
.AnyTagClassName
{
color: #FC1534;
}
</style>
background-color css
<style>
a { background-color: #FC1534; }
a { background-color: rgb(252,21,52); }
div.DivClassName
{
background-color: #FC1534;
}
.BgClassName
{
background-color: #FC1534;
}
</style>
border-color css
<style>
span { border-color: #FC1534; }
span { border-color: rgb(252,21,52); }
td.TdClassName
{
border-color: #FC1534;
}
.TagClassName
{
border-color: #FC1534;
}
</style>