Shades of Torch Red #FC1844
Tints of Torch Red #FC1844
RGB
CMYK
RGB Variations
Color information
#FC1844 (or 0xFC1844) is known color: Torch Red. HEX triplet: FC, 18 and 44. RGB value is (252,24,68). Sum of RGB (Red+Green+Blue) = 252+24+68=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1844 is #03E7BB. Grayscale: #616161. Windows color (decimal): -255932 or 4462844. OLE color: 4462844.
HSL color Cylindrical-coordinate representation of color #FC1844: hue angle of 348.42º 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 #FC1844 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.01 |
| HSL | 348.42º | 0.97% | 0.54% | - |
| HSV(B) | 348.42º | 0.9% | 0.99% | - |
| XYZ | 41.51 | 21.77 | 7.48 | - |
| YUV | 97.19 | 111.54 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 68 | 0 | 0.90 | 0.73 | 0.01 | 348.42 | 0.97 | 0.54 |
| Hex | FC | 18 | 44 | 0 | 5A | 49 | 1 | 15C | 61 | 36 |
| Octal | 374 | 30 | 104 | 0 | 132 | 111 | 1 | 534 | 141 | 66 |
| Binary | 11111100 | 11000 | 1000100 | 0 | 1011010 | 1001001 | 1 | 101011100 | 1100001 | 110110 |
Color Harmonies of #FC1844
Complementary color
Monochromatic Colors of #FC1844
Black with #FC1844
Text Example
Text Example
White with #FC1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1844; }
p { color: rgb(252,24,68); }
H1.HeaderClassName
{
color: #FC1844;
}
.AnyTagClassName
{
color: #FC1844;
}
</style>
background-color css
<style>
a { background-color: #FC1844; }
a { background-color: rgb(252,24,68); }
div.DivClassName
{
background-color: #FC1844;
}
.BgClassName
{
background-color: #FC1844;
}
</style>
border-color css
<style>
span { border-color: #FC1844; }
span { border-color: rgb(252,24,68); }
td.TdClassName
{
border-color: #FC1844;
}
.TagClassName
{
border-color: #FC1844;
}
</style>