#FF1E2A

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

Shades of Torch Red #FF1E2A

Tints of Torch Red #FF1E2A

Color information

#FF1E2A (or 0xFF1E2A) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 2A. RGB value is (255,30,42). Sum of RGB (Red+Green+Blue) = 255+30+42=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E2A is #00E1D5. Grayscale: #626262. Windows color (decimal): -57814 or 2760447. OLE color: 2760447.

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

Color convert

RGB2553042-
CMYK00.880.840
HSL356.8º100%55.88%-
HSV(B)356.8º88.24%100%-
XYZ42.1222.364.29-
YUV98.6496.04239.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.98%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=77.98%
G=9.17%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255304200.880.840356.810055.88
HexFF1E2A0585401656438
Octal37736520130124054514470
Binary111111111111010101001011000101010001011001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E2A; }

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

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

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

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

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

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

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

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