Shades of Torch Red #FC1618
Tints of Torch Red #FC1618
RGB
CMYK
RGB Variations
Color information
#FC1618 (or 0xFC1618) is known color: Torch Red. HEX triplet: FC, 16 and 18. RGB value is (252,22,24). Sum of RGB (Red+Green+Blue) = 252+22+24=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1618 is #03E9E7. Grayscale: #5B5B5B. Windows color (decimal): -256488 or 1578748. OLE color: 1578748.
HSL color Cylindrical-coordinate representation of color #FC1618: hue angle of 359.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1618 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.48º | 0.97% | 0.54% | - |
| HSV(B) | 359.48º | 0.91% | 0.99% | - |
| XYZ | 40.6 | 21.34 | 2.84 | - |
| YUV | 91 | 90.2 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 24 | 0 | 0.91 | 0.90 | 0.01 | 359.48 | 0.97 | 0.54 |
| Hex | FC | 16 | 18 | 0 | 5B | 5A | 1 | 167 | 61 | 36 |
| Octal | 374 | 26 | 30 | 0 | 133 | 132 | 1 | 547 | 141 | 66 |
| Binary | 11111100 | 10110 | 11000 | 0 | 1011011 | 1011010 | 1 | 101100111 | 1100001 | 110110 |
Color Harmonies of #FC1618
Complementary color
Monochromatic Colors of #FC1618
Black with #FC1618
Text Example
Text Example
White with #FC1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1618; }
p { color: rgb(252,22,24); }
H1.HeaderClassName
{
color: #FC1618;
}
.AnyTagClassName
{
color: #FC1618;
}
</style>
background-color css
<style>
a { background-color: #FC1618; }
a { background-color: rgb(252,22,24); }
div.DivClassName
{
background-color: #FC1618;
}
.BgClassName
{
background-color: #FC1618;
}
</style>
border-color css
<style>
span { border-color: #FC1618; }
span { border-color: rgb(252,22,24); }
td.TdClassName
{
border-color: #FC1618;
}
.TagClassName
{
border-color: #FC1618;
}
</style>