#FC1726

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

Shades of Torch Red #FC1726

Tints of Torch Red #FC1726

Color information

#FC1726 (or 0xFC1726) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 26. RGB value is (252,23,38). Sum of RGB (Red+Green+Blue) = 252+23+38=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1726 is #03E8D9. Grayscale: #5D5D5D. Windows color (decimal): -256218 or 2496508. OLE color: 2496508.

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

Color convert

RGB2522338-
CMYK00.910.850.01
HSL356.07º97.45%53.92%-
HSV(B)356.07º90.87%98.82%-
XYZ40.821.453.82-
YUV93.1896.87241.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.51%
GREEN value IS 23 (9.38% from 255) = 7.35%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=80.51%
G=7.35%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252233800.910.850.01356.0797.4553.92
HexFC172605B5511646136
Octal37427460133125154414166
Binary111111001011110011001011011101010111011001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1726; }

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

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

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

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

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

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

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

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