#FC1728

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

Shades of Torch Red #FC1728

Tints of Torch Red #FC1728

Color information

#FC1728 (or 0xFC1728) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 28. RGB value is (252,23,40). Sum of RGB (Red+Green+Blue) = 252+23+40=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1728 is #03E8D7. Grayscale: #5D5D5D. Windows color (decimal): -256216 or 2627580. OLE color: 2627580.

HSL color Cylindrical-coordinate representation of color #FC1728: hue angle of 355.55º 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 #FC1728 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB2522340-
CMYK00.910.840.01
HSL355.55º97.45%53.92%-
HSV(B)355.55º90.87%98.82%-
XYZ40.8321.464-
YUV93.4197.87241.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=80%
G=7.30%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252234000.910.840.01355.5597.4553.92
HexFC172805B5411646136
Octal37427500133124154414166
Binary111111001011110100001011011101010011011001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1728; }

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

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

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

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

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

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

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

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