Shades of Torch Red #FC102A
Tints of Torch Red #FC102A
RGB
CMYK
RGB Variations
Color information
#FC102A (or 0xFC102A) is known color: Torch Red. HEX triplet: FC, 10 and 2A. RGB value is (252,16,42). Sum of RGB (Red+Green+Blue) = 252+16+42=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC102A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC102A is #03EFD5. Grayscale: #595959. Windows color (decimal): -258006 or 2756860. OLE color: 2756860.
HSL color Cylindrical-coordinate representation of color #FC102A: hue angle of 353.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC102A is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 42 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.01 |
| HSL | 353.39º | 0.98% | 0.53% | - |
| HSV(B) | 353.39º | 0.94% | 0.99% | - |
| XYZ | 40.75 | 21.23 | 4.14 | - |
| YUV | 89.53 | 101.19 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 42 | 0 | 0.94 | 0.83 | 0.01 | 353.39 | 0.98 | 0.53 |
| Hex | FC | 10 | 2A | 0 | 5E | 53 | 1 | 161 | 62 | 35 |
| Octal | 374 | 20 | 52 | 0 | 136 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111100 | 10000 | 101010 | 0 | 1011110 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FC102A
Complementary color
Monochromatic Colors of #FC102A
Black with #FC102A
Text Example
Text Example
White with #FC102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC102A; }
p { color: rgb(252,16,42); }
H1.HeaderClassName
{
color: #FC102A;
}
.AnyTagClassName
{
color: #FC102A;
}
</style>
background-color css
<style>
a { background-color: #FC102A; }
a { background-color: rgb(252,16,42); }
div.DivClassName
{
background-color: #FC102A;
}
.BgClassName
{
background-color: #FC102A;
}
</style>
border-color css
<style>
span { border-color: #FC102A; }
span { border-color: rgb(252,16,42); }
td.TdClassName
{
border-color: #FC102A;
}
.TagClassName
{
border-color: #FC102A;
}
</style>