#FC1727

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

Shades of Torch Red #FC1727

Tints of Torch Red #FC1727

Color information

#FC1727 (or 0xFC1727) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 27. RGB value is (252,23,39). Sum of RGB (Red+Green+Blue) = 252+23+39=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1727 is #03E8D8. Grayscale: #5D5D5D. Windows color (decimal): -256217 or 2562044. OLE color: 2562044.

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

Color convert

RGB2522339-
CMYK00.910.850.01
HSL355.81º97.45%53.92%-
HSV(B)355.81º90.87%98.82%-
XYZ40.8221.453.91-
YUV93.397.37241.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.25%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=80.25%
G=7.32%
B=12.42%

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
Decimal252233900.910.850.01355.8197.4553.92
HexFC172705B5511646136
Octal37427470133125154414166
Binary111111001011110011101011011101010111011001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1727; }

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

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

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

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

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

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

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

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