Shades of Torch Red #FC1836
Tints of Torch Red #FC1836
RGB
CMYK
RGB Variations
Color information
#FC1836 (or 0xFC1836) is known color: Torch Red. HEX triplet: FC, 18 and 36. RGB value is (252,24,54). Sum of RGB (Red+Green+Blue) = 252+24+54=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1836 is #03E7C9. Grayscale: #5F5F5F. Windows color (decimal): -255946 or 3545340. OLE color: 3545340.
HSL color Cylindrical-coordinate representation of color #FC1836: hue angle of 352.11º 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 #FC1836 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 54 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.01 |
| HSL | 352.11º | 0.97% | 0.54% | - |
| HSV(B) | 352.11º | 0.9% | 0.99% | - |
| XYZ | 41.14 | 21.62 | 5.49 | - |
| YUV | 95.59 | 104.54 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 54 | 0 | 0.90 | 0.79 | 0.01 | 352.11 | 0.97 | 0.54 |
| Hex | FC | 18 | 36 | 0 | 5A | 4F | 1 | 160 | 61 | 36 |
| Octal | 374 | 30 | 66 | 0 | 132 | 117 | 1 | 540 | 141 | 66 |
| Binary | 11111100 | 11000 | 110110 | 0 | 1011010 | 1001111 | 1 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FC1836
Complementary color
Monochromatic Colors of #FC1836
Black with #FC1836
Text Example
Text Example
White with #FC1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1836; }
p { color: rgb(252,24,54); }
H1.HeaderClassName
{
color: #FC1836;
}
.AnyTagClassName
{
color: #FC1836;
}
</style>
background-color css
<style>
a { background-color: #FC1836; }
a { background-color: rgb(252,24,54); }
div.DivClassName
{
background-color: #FC1836;
}
.BgClassName
{
background-color: #FC1836;
}
</style>
border-color css
<style>
span { border-color: #FC1836; }
span { border-color: rgb(252,24,54); }
td.TdClassName
{
border-color: #FC1836;
}
.TagClassName
{
border-color: #FC1836;
}
</style>