#FC1426

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

Shades of Torch Red #FC1426

Tints of Torch Red #FC1426

Color information

#FC1426 (or 0xFC1426) is unknown color: approx Torch Red. HEX triplet: FC, 14 and 26. RGB value is (252,20,38). Sum of RGB (Red+Green+Blue) = 252+20+38=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1426 is #03EBD9. Grayscale: #5B5B5B. Windows color (decimal): -256986 or 2495740. OLE color: 2495740.

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

Color convert

RGB2522038-
CMYK00.920.850.01
HSL355.34º97.48%53.33%-
HSV(B)355.34º92.06%98.82%-
XYZ40.7421.343.8-
YUV91.4297.86242.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.29%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=81.29%
G=6.45%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252203800.920.850.01355.3497.4853.33
HexFC142605C5511636135
Octal37424460134125154314165
Binary111111001010010011001011100101010111011000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1426; }

 p { color: rgb(252,20,38); }

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

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

 a { background-color: rgb(252,20,38); }

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

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

 span { border-color: rgb(252,20,38); }

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