#FF1A40

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

Shades of Torch Red #FF1A40

Tints of Torch Red #FF1A40

Color information

#FF1A40 (or 0xFF1A40) is unknown color: approx Torch Red. HEX triplet: FF, 1A and 40. RGB value is (255,26,64). Sum of RGB (Red+Green+Blue) = 255+26+64=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A40 is #00E5BF. Grayscale: #626262. Windows color (decimal): -58816 or 4201215. OLE color: 4201215.

HSL color Cylindrical-coordinate representation of color #FF1A40: hue angle of 350.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A40 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB2552664-
CMYK00.900.750
HSL350.04º100%55.1%-
HSV(B)350.04º89.8%100%-
XYZ42.5322.376.93-
YUV98.8108.37239.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 26 (10.55% from 255) = 7.54%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=73.91%
G=7.54%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255266400.900.750350.0410055.1
HexFF1A4005A4B015e6437
Octal377321000132113053614467
Binary1111111111010100000001011010100101101010111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1A40; }

 p { color: rgb(255,26,64); }

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

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

 a { background-color: rgb(255,26,64); }

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

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

 span { border-color: rgb(255,26,64); }

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