#EF2A1F

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

Shades of Red Orange #EF2A1F

Tints of Red Orange #EF2A1F

Color information

#EF2A1F (or 0xEF2A1F) is unknown color: approx Red Orange. HEX triplet: EF, 2A and 1F. RGB value is (239,42,31). Sum of RGB (Red+Green+Blue) = 239+42+31=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A1F is #10D5E0. Grayscale: #636363. Windows color (decimal): -1103329 or 2042607. OLE color: 2042607.

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

Color convert

RGB2394231-
CMYK00.820.870.06
HSL3.17º86.67%52.94%-
HSV(B)3.17º87.03%93.73%-
XYZ36.6720.113.24-
YUV99.6589.27227.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.60%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 31 (12.5% from 255) = 9.94%
R=76.60%
G=13.46%
B=9.94%

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
Decimal239423100.820.870.063.1786.6752.94
HexEF2A1F05257635735
Octal357523701221276312765
Binary1110111110101011111010100101010111110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2A1F; }

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

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

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

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

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

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

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

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