#FF1E2C

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

Shades of Torch Red #FF1E2C

Tints of Torch Red #FF1E2C

Color information

#FF1E2C (or 0xFF1E2C) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 2C. RGB value is (255,30,44). Sum of RGB (Red+Green+Blue) = 255+30+44=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E2C is #00E1D3. Grayscale: #636363. Windows color (decimal): -57812 or 2891519. OLE color: 2891519.

HSL color Cylindrical-coordinate representation of color #FF1E2C: hue angle of 356.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E2C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB2553044-
CMYK00.880.830
HSL356.27º100%55.88%-
HSV(B)356.27º88.24%100%-
XYZ42.1622.374.48-
YUV98.8797.04239.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.51%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=77.51%
G=9.12%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255304400.880.830356.2710055.88
HexFF1E2C0585301646438
Octal37736540130123054414470
Binary111111111111010110001011000101001101011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E2C; }

 p { color: rgb(255,30,44); }

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

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

 a { background-color: rgb(255,30,44); }

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

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

 span { border-color: rgb(255,30,44); }

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