#fc1e31

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

Shades of Torch Red #FC1E31

Tints of Torch Red #FC1E31

Color information

#FC1E31 (or 0xFC1E31) is unknown color: approx Torch Red. HEX triplet: FC, 1E and 31. RGB value is (252,30,49). Sum of RGB (Red+Green+Blue) = 252+30+49=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E31 is #03E1CE. Grayscale: #626262. Windows color (decimal): -254415 or 3219196. OLE color: 3219196.

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

Color convert

RGB2523049-
CMYK00.880.810.01
HSL354.86º97.37%55.29%-
HSV(B)354.86º88.1%98.82%-
XYZ41.1621.854.95-
YUV98.54100.05237.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.13%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=76.13%
G=9.06%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252304900.880.810.01354.8697.3755.29
HexFC1E310585111636137
Octal37436610130121154314167
Binary111111001111011000101011000101000111011000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc1e31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc1e31; }

 p { color: rgb(252,30,49); }

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

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

 a { background-color: rgb(252,30,49); }

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

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

 span { border-color: rgb(252,30,49); }

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