Shades of Torch Red #FC1A1B
Tints of Torch Red #FC1A1B
RGB
CMYK
RGB Variations
Color information
#FC1A1B (or 0xFC1A1B) is known color: Torch Red. HEX triplet: FC, 1A and 1B. RGB value is (252,26,27). Sum of RGB (Red+Green+Blue) = 252+26+27=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A1B is #03E5E4. Grayscale: #5D5D5D. Windows color (decimal): -255461 or 1776380. OLE color: 1776380.
HSL color Cylindrical-coordinate representation of color #FC1A1B: hue angle of 359.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A1B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.01 |
| HSL | 359.73º | 0.97% | 0.55% | - |
| HSV(B) | 359.73º | 0.9% | 0.99% | - |
| XYZ | 40.71 | 21.51 | 3.04 | - |
| YUV | 93.69 | 90.37 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 27 | 0 | 0.90 | 0.89 | 0.01 | 359.73 | 0.97 | 0.55 |
| Hex | FC | 1A | 1B | 0 | 5A | 59 | 1 | 168 | 61 | 37 |
| Octal | 374 | 32 | 33 | 0 | 132 | 131 | 1 | 550 | 141 | 67 |
| Binary | 11111100 | 11010 | 11011 | 0 | 1011010 | 1011001 | 1 | 101101000 | 1100001 | 110111 |
Color Harmonies of #FC1A1B
Complementary color
Monochromatic Colors of #FC1A1B
Black with #FC1A1B
Text Example
Text Example
White with #FC1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A1B; }
p { color: rgb(252,26,27); }
H1.HeaderClassName
{
color: #FC1A1B;
}
.AnyTagClassName
{
color: #FC1A1B;
}
</style>
background-color css
<style>
a { background-color: #FC1A1B; }
a { background-color: rgb(252,26,27); }
div.DivClassName
{
background-color: #FC1A1B;
}
.BgClassName
{
background-color: #FC1A1B;
}
</style>
border-color css
<style>
span { border-color: #FC1A1B; }
span { border-color: rgb(252,26,27); }
td.TdClassName
{
border-color: #FC1A1B;
}
.TagClassName
{
border-color: #FC1A1B;
}
</style>