#FF2E20

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

Shades of Red Orange #FF2E20

Tints of Red Orange #FF2E20

Color information

#FF2E20 (or 0xFF2E20) is unknown color: approx Red Orange. HEX triplet: FF, 2E and 20. RGB value is (255,46,32). Sum of RGB (Red+Green+Blue) = 255+46+32=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E20 is #00D1DF. Grayscale: #6B6B6B. Windows color (decimal): -53728 or 2109183. OLE color: 2109183.

HSL color Cylindrical-coordinate representation of color #FF2E20: hue angle of 3.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2E20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2554632-
CMYK00.820.870
HSL3.77º100%56.27%-
HSV(B)3.77º87.45%100%-
XYZ42.4823.323.63-
YUV106.8985.74233.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.58%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 32 (12.89% from 255) = 9.61%
R=76.58%
G=13.81%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255463200.820.8703.7710056.27
HexFF2E2005257046438
Octal377564001221270414470
Binary1111111110111010000001010010101011101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E20; }

 p { color: rgb(255,46,32); }

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

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

 a { background-color: rgb(255,46,32); }

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

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

 span { border-color: rgb(255,46,32); }

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