#FF1E2D

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

Shades of Torch Red #FF1E2D

Tints of Torch Red #FF1E2D

Color information

#FF1E2D (or 0xFF1E2D) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 2D. RGB value is (255,30,45). Sum of RGB (Red+Green+Blue) = 255+30+45=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E2D is #00E1D2. Grayscale: #636363. Windows color (decimal): -57811 or 2957055. OLE color: 2957055.

HSL color Cylindrical-coordinate representation of color #FF1E2D: hue angle of 356º 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 #FF1E2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB2553045-
CMYK00.880.820
HSL356º100%55.88%-
HSV(B)356º88.24%100%-
XYZ42.1822.384.58-
YUV98.9897.54239.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.27%
GREEN value IS 30 (12.11% from 255) = 9.09%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=77.27%
G=9.09%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255304500.880.82035610055.88
HexFF1E2D0585201646438
Octal37736550130122054414470
Binary111111111111010110101011000101001001011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E2D; }

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

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

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

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

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

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

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

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