Shades of Torch Red #FC1935
Tints of Torch Red #FC1935
RGB
CMYK
RGB Variations
Color information
#FC1935 (or 0xFC1935) is known color: Torch Red. HEX triplet: FC, 19 and 35. RGB value is (252,25,53). Sum of RGB (Red+Green+Blue) = 252+25+53=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1935 is #03E6CA. Grayscale: #606060. Windows color (decimal): -255691 or 3480060. OLE color: 3480060.
HSL color Cylindrical-coordinate representation of color #FC1935: hue angle of 352.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1935 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 53 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.01 |
| HSL | 352.6º | 0.97% | 0.54% | - |
| HSV(B) | 352.6º | 0.9% | 0.99% | - |
| XYZ | 41.14 | 21.65 | 5.38 | - |
| YUV | 96.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 53 | 0 | 0.90 | 0.79 | 0.01 | 352.6 | 0.97 | 0.54 |
| Hex | FC | 19 | 35 | 0 | 5A | 4F | 1 | 161 | 61 | 36 |
| Octal | 374 | 31 | 65 | 0 | 132 | 117 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 11001 | 110101 | 0 | 1011010 | 1001111 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1935
Complementary color
Monochromatic Colors of #FC1935
Black with #FC1935
Text Example
Text Example
White with #FC1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1935; }
p { color: rgb(252,25,53); }
H1.HeaderClassName
{
color: #FC1935;
}
.AnyTagClassName
{
color: #FC1935;
}
</style>
background-color css
<style>
a { background-color: #FC1935; }
a { background-color: rgb(252,25,53); }
div.DivClassName
{
background-color: #FC1935;
}
.BgClassName
{
background-color: #FC1935;
}
</style>
border-color css
<style>
span { border-color: #FC1935; }
span { border-color: rgb(252,25,53); }
td.TdClassName
{
border-color: #FC1935;
}
.TagClassName
{
border-color: #FC1935;
}
</style>