Shades of Torch Red #FC1A36
Tints of Torch Red #FC1A36
RGB
CMYK
RGB Variations
Color information
#FC1A36 (or 0xFC1A36) is known color: Torch Red. HEX triplet: FC, 1A and 36. RGB value is (252,26,54). Sum of RGB (Red+Green+Blue) = 252+26+54=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A36 is #03E5C9. Grayscale: #606060. Windows color (decimal): -255434 or 3545852. OLE color: 3545852.
HSL color Cylindrical-coordinate representation of color #FC1A36: hue angle of 352.57º 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 #FC1A36 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 54 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.01 |
| HSL | 352.57º | 0.97% | 0.55% | - |
| HSV(B) | 352.57º | 0.9% | 0.99% | - |
| XYZ | 41.18 | 21.7 | 5.51 | - |
| YUV | 96.77 | 103.87 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 54 | 0 | 0.90 | 0.79 | 0.01 | 352.57 | 0.97 | 0.55 |
| Hex | FC | 1A | 36 | 0 | 5A | 4F | 1 | 161 | 61 | 37 |
| Octal | 374 | 32 | 66 | 0 | 132 | 117 | 1 | 541 | 141 | 67 |
| Binary | 11111100 | 11010 | 110110 | 0 | 1011010 | 1001111 | 1 | 101100001 | 1100001 | 110111 |
Color Harmonies of #FC1A36
Complementary color
Monochromatic Colors of #FC1A36
Black with #FC1A36
Text Example
Text Example
White with #FC1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A36; }
p { color: rgb(252,26,54); }
H1.HeaderClassName
{
color: #FC1A36;
}
.AnyTagClassName
{
color: #FC1A36;
}
</style>
background-color css
<style>
a { background-color: #FC1A36; }
a { background-color: rgb(252,26,54); }
div.DivClassName
{
background-color: #FC1A36;
}
.BgClassName
{
background-color: #FC1A36;
}
</style>
border-color css
<style>
span { border-color: #FC1A36; }
span { border-color: rgb(252,26,54); }
td.TdClassName
{
border-color: #FC1A36;
}
.TagClassName
{
border-color: #FC1A36;
}
</style>