Shades of Torch Red #FC1524
Tints of Torch Red #FC1524
RGB
CMYK
RGB Variations
Color information
#FC1524 (or 0xFC1524) is known color: Torch Red. HEX triplet: FC, 15 and 24. RGB value is (252,21,36). Sum of RGB (Red+Green+Blue) = 252+21+36=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1524 is #03EADB. Grayscale: #5B5B5B. Windows color (decimal): -256732 or 2364924. OLE color: 2364924.
HSL color Cylindrical-coordinate representation of color #FC1524: hue angle of 356.1º 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 #FC1524 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 36 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.01 |
| HSL | 356.1º | 0.97% | 0.54% | - |
| HSV(B) | 356.1º | 0.92% | 0.99% | - |
| XYZ | 40.73 | 21.36 | 3.65 | - |
| YUV | 91.78 | 96.53 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 36 | 0 | 0.92 | 0.86 | 0.01 | 356.1 | 0.97 | 0.54 |
| Hex | FC | 15 | 24 | 0 | 5C | 56 | 1 | 164 | 61 | 36 |
| Octal | 374 | 25 | 44 | 0 | 134 | 126 | 1 | 544 | 141 | 66 |
| Binary | 11111100 | 10101 | 100100 | 0 | 1011100 | 1010110 | 1 | 101100100 | 1100001 | 110110 |
Color Harmonies of #FC1524
Complementary color
Monochromatic Colors of #FC1524
Black with #FC1524
Text Example
Text Example
White with #FC1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1524; }
p { color: rgb(252,21,36); }
H1.HeaderClassName
{
color: #FC1524;
}
.AnyTagClassName
{
color: #FC1524;
}
</style>
background-color css
<style>
a { background-color: #FC1524; }
a { background-color: rgb(252,21,36); }
div.DivClassName
{
background-color: #FC1524;
}
.BgClassName
{
background-color: #FC1524;
}
</style>
border-color css
<style>
span { border-color: #FC1524; }
span { border-color: rgb(252,21,36); }
td.TdClassName
{
border-color: #FC1524;
}
.TagClassName
{
border-color: #FC1524;
}
</style>