Shades of Torch Red #FC1C30
Tints of Torch Red #FC1C30
RGB
CMYK
RGB Variations
Color information
#FC1C30 (or 0xFC1C30) is known color: Torch Red. HEX triplet: FC, 1C and 30. RGB value is (252,28,48). Sum of RGB (Red+Green+Blue) = 252+28+48=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C30 is #03E3CF. Grayscale: #616161. Windows color (decimal): -254928 or 3153148. OLE color: 3153148.
HSL color Cylindrical-coordinate representation of color #FC1C30: hue angle of 354.64º 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 #FC1C30 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 48 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.01 |
| HSL | 354.64º | 0.97% | 0.55% | - |
| HSV(B) | 354.64º | 0.89% | 0.99% | - |
| XYZ | 41.09 | 21.74 | 4.83 | - |
| YUV | 97.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 48 | 0 | 0.89 | 0.81 | 0.01 | 354.64 | 0.97 | 0.55 |
| Hex | FC | 1C | 30 | 0 | 59 | 51 | 1 | 163 | 61 | 37 |
| Octal | 374 | 34 | 60 | 0 | 131 | 121 | 1 | 543 | 141 | 67 |
| Binary | 11111100 | 11100 | 110000 | 0 | 1011001 | 1010001 | 1 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FC1C30
Complementary color
Monochromatic Colors of #FC1C30
Black with #FC1C30
Text Example
Text Example
White with #FC1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C30; }
p { color: rgb(252,28,48); }
H1.HeaderClassName
{
color: #FC1C30;
}
.AnyTagClassName
{
color: #FC1C30;
}
</style>
background-color css
<style>
a { background-color: #FC1C30; }
a { background-color: rgb(252,28,48); }
div.DivClassName
{
background-color: #FC1C30;
}
.BgClassName
{
background-color: #FC1C30;
}
</style>
border-color css
<style>
span { border-color: #FC1C30; }
span { border-color: rgb(252,28,48); }
td.TdClassName
{
border-color: #FC1C30;
}
.TagClassName
{
border-color: #FC1C30;
}
</style>