Shades of Torch Red #FC1C24
Tints of Torch Red #FC1C24
RGB
CMYK
RGB Variations
Color information
#FC1C24 (or 0xFC1C24) is known color: Torch Red. HEX triplet: FC, 1C and 24. RGB value is (252,28,36). Sum of RGB (Red+Green+Blue) = 252+28+36=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C24 is #03E3DB. Grayscale: #606060. Windows color (decimal): -254940 or 2366716. OLE color: 2366716.
HSL color Cylindrical-coordinate representation of color #FC1C24: hue angle of 357.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C24 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 36 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.01 |
| HSL | 357.86º | 0.97% | 0.55% | - |
| HSV(B) | 357.86º | 0.89% | 0.99% | - |
| XYZ | 40.88 | 21.65 | 3.69 | - |
| YUV | 95.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 36 | 0 | 0.89 | 0.86 | 0.01 | 357.86 | 0.97 | 0.55 |
| Hex | FC | 1C | 24 | 0 | 59 | 56 | 1 | 166 | 61 | 37 |
| Octal | 374 | 34 | 44 | 0 | 131 | 126 | 1 | 546 | 141 | 67 |
| Binary | 11111100 | 11100 | 100100 | 0 | 1011001 | 1010110 | 1 | 101100110 | 1100001 | 110111 |
Color Harmonies of #FC1C24
Complementary color
Monochromatic Colors of #FC1C24
Black with #FC1C24
Text Example
Text Example
White with #FC1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C24; }
p { color: rgb(252,28,36); }
H1.HeaderClassName
{
color: #FC1C24;
}
.AnyTagClassName
{
color: #FC1C24;
}
</style>
background-color css
<style>
a { background-color: #FC1C24; }
a { background-color: rgb(252,28,36); }
div.DivClassName
{
background-color: #FC1C24;
}
.BgClassName
{
background-color: #FC1C24;
}
</style>
border-color css
<style>
span { border-color: #FC1C24; }
span { border-color: rgb(252,28,36); }
td.TdClassName
{
border-color: #FC1C24;
}
.TagClassName
{
border-color: #FC1C24;
}
</style>