#FF1E1F

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

Shades of Torch Red #FF1E1F

Tints of Torch Red #FF1E1F

Color information

#FF1E1F (or 0xFF1E1F) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 1F. RGB value is (255,30,31). Sum of RGB (Red+Green+Blue) = 255+30+31=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E1F is #00E1E0. Grayscale: #616161. Windows color (decimal): -57825 or 2039551. OLE color: 2039551.

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

Color convert

RGB2553031-
CMYK00.880.880
HSL359.73º100%55.88%-
HSV(B)359.73º88.24%100%-
XYZ41.9522.293.39-
YUV97.3990.54240.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.70%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=80.70%
G=9.49%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255303100.880.880359.7310055.88
HexFF1E1F0585801686438
Octal37736370130130055014470
Binary11111111111101111101011000101100001011010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E1F; }

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

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

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

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

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

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

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

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