#ff1e48

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

Shades of Torch Red #FF1E48

Tints of Torch Red #FF1E48

Color information

#FF1E48 (or 0xFF1E48) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 48. RGB value is (255,30,72). Sum of RGB (Red+Green+Blue) = 255+30+72=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E48 is #00E1B7. Grayscale: #666666. Windows color (decimal): -57784 or 4726527. OLE color: 4726527.

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

Color convert

RGB2553072-
CMYK00.880.720
HSL348.8º100%55.88%-
HSV(B)348.8º88.24%100%-
XYZ42.8722.668.24-
YUV102.06111.04237.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.43%
GREEN value IS 30 (12.11% from 255) = 8.40%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=71.43%
G=8.40%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255307200.880.720348.810055.88
HexFF1E4805848015d6438
Octal377361100130110053514470
Binary1111111111110100100001011000100100001010111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1e48; }

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

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

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

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

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

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

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

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