#FC122B

Color #FC122B Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC122B

Tints of Torch Red #FC122B

Color information

#FC122B (or 0xFC122B) is unknown color: approx Torch Red. HEX triplet: FC, 12 and 2B. RGB value is (252,18,43). Sum of RGB (Red+Green+Blue) = 252+18+43=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC122B is #03EDD4. Grayscale: #5A5A5A. Windows color (decimal): -257493 or 2822908. OLE color: 2822908.

HSL color Cylindrical-coordinate representation of color #FC122B: hue angle of 353.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC122B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB2521843-
CMYK00.930.830.01
HSL353.59º97.5%52.94%-
HSV(B)353.59º92.86%98.82%-
XYZ40.821.34.25-
YUV90.82101.02242.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 80.51%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=80.51%
G=5.75%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252184300.930.830.01353.5997.552.94
HexFC122B05D5311626235
Octal37422530135123154214265
Binary111111001001010101101011101101001111011000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC122B; }

 p { color: rgb(252,18,43); }

 H1.HeaderClassName
 {
   color: #FC122B;
 }
 .AnyTagClassName
 {
   color: #FC122B;
 }
</style>
background-color css

<style>
 a { background-color: #FC122B; }

 a { background-color: rgb(252,18,43); }

 div.DivClassName
 {
   background-color: #FC122B;
 }
 .BgClassName
 {
   background-color: #FC122B;
 }
</style>
border-color css

<style>
 span { border-color: #FC122B; }

 span { border-color: rgb(252,18,43); }

 td.TdClassName
 {
   border-color: #FC122B;
 }
 .TagClassName
 {
   border-color: #FC122B;
 }
</style>