#EF2B1E

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

Shades of Red Orange #EF2B1E

Tints of Red Orange #EF2B1E

Color information

#EF2B1E (or 0xEF2B1E) is unknown color: approx Red Orange. HEX triplet: EF, 2B and 1E. RGB value is (239,43,30). Sum of RGB (Red+Green+Blue) = 239+43+30=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B1E is #10D4E1. Grayscale: #646464. Windows color (decimal): -1103074 or 1977327. OLE color: 1977327.

HSL color Cylindrical-coordinate representation of color #EF2B1E: hue angle of 3.73º 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 #EF2B1E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2394330-
CMYK00.820.870.06
HSL3.73º86.72%52.75%-
HSV(B)3.73º87.45%93.73%-
XYZ36.6920.173.19-
YUV100.1288.43227.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.60%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=76.60%
G=13.78%
B=9.62%

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
Decimal239433000.820.870.063.7386.7252.75
HexEF2B1E05257645735
Octal357533601221276412765
Binary11101111101011111100101001010101111101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2B1E; }

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

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

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

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

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

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

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

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