Shades of Torch Red #FC153A
Tints of Torch Red #FC153A
RGB
CMYK
RGB Variations
Color information
#FC153A (or 0xFC153A) is known color: Torch Red. HEX triplet: FC, 15 and 3A. RGB value is (252,21,58). Sum of RGB (Red+Green+Blue) = 252+21+58=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC153A is #03EAC5. Grayscale: #5E5E5E. Windows color (decimal): -256710 or 3806716. OLE color: 3806716.
HSL color Cylindrical-coordinate representation of color #FC153A: hue angle of 350.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC153A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.39º | 0.97% | 0.54% | - |
| HSV(B) | 350.39º | 0.92% | 0.99% | - |
| XYZ | 41.18 | 21.54 | 5.99 | - |
| YUV | 94.29 | 107.53 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 58 | 0 | 0.92 | 0.77 | 0.01 | 350.39 | 0.97 | 0.54 |
| Hex | FC | 15 | 3A | 0 | 5C | 4D | 1 | 15E | 61 | 36 |
| Octal | 374 | 25 | 72 | 0 | 134 | 115 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 10101 | 111010 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC153A
Complementary color
Monochromatic Colors of #FC153A
Black with #FC153A
Text Example
Text Example
White with #FC153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC153A; }
p { color: rgb(252,21,58); }
H1.HeaderClassName
{
color: #FC153A;
}
.AnyTagClassName
{
color: #FC153A;
}
</style>
background-color css
<style>
a { background-color: #FC153A; }
a { background-color: rgb(252,21,58); }
div.DivClassName
{
background-color: #FC153A;
}
.BgClassName
{
background-color: #FC153A;
}
</style>
border-color css
<style>
span { border-color: #FC153A; }
span { border-color: rgb(252,21,58); }
td.TdClassName
{
border-color: #FC153A;
}
.TagClassName
{
border-color: #FC153A;
}
</style>