#EF2A1E

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

Shades of Red Orange #EF2A1E

Tints of Red Orange #EF2A1E

Color information

#EF2A1E (or 0xEF2A1E) is unknown color: approx Red Orange. HEX triplet: EF, 2A and 1E. RGB value is (239,42,30). Sum of RGB (Red+Green+Blue) = 239+42+30=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A1E is #10D5E1. Grayscale: #636363. Windows color (decimal): -1103330 or 1977071. OLE color: 1977071.

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

Color convert

RGB2394230-
CMYK00.820.870.06
HSL3.44º86.72%52.75%-
HSV(B)3.44º87.45%93.73%-
XYZ36.6620.13.18-
YUV99.5488.77227.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.85%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=76.85%
G=13.50%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239423000.820.870.063.4486.7252.75
HexEF2A1E05257635735
Octal357523601221276312765
Binary1110111110101011110010100101010111110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2A1E; }

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

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

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

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

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

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

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

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