#FF2A1E

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

Shades of Red Orange #FF2A1E

Tints of Red Orange #FF2A1E

Color information

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

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

Color convert

RGB2554230-
CMYK00.840.880
HSL3.2º100%55.88%-
HSV(B)3.2º88.24%100%-
XYZ42.323.013.44-
YUV104.3286.07235.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255423000.840.8803.210055.88
HexFF2A1E05458036438
Octal377523601241300314470
Binary11111111101010111100101010010110000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2A1E; }

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

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

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

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

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

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

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

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