#ff1e28

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

Shades of Torch Red #FF1E28

Tints of Torch Red #FF1E28

Color information

#FF1E28 (or 0xFF1E28) is unknown color: approx Torch Red. HEX triplet: FF, 1E and 28. RGB value is (255,30,40). Sum of RGB (Red+Green+Blue) = 255+30+40=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E28 is #00E1D7. Grayscale: #626262. Windows color (decimal): -57816 or 2629375. OLE color: 2629375.

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

Color convert

RGB2553040-
CMYK00.880.840
HSL357.33º100%55.88%-
HSV(B)357.33º88.24%100%-
XYZ42.0922.344.1-
YUV98.4295.04239.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.46%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=78.46%
G=9.23%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255304000.880.840357.3310055.88
HexFF1E280585401656438
Octal37736500130124054514470
Binary111111111111010100001011000101010001011001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1e28; }

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

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

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

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

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

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

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

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