#EF2726

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

Shades of Red Orange #EF2726

Tints of Red Orange #EF2726

Color information

#EF2726 (or 0xEF2726) is unknown color: approx Red Orange. HEX triplet: EF, 27 and 26. RGB value is (239,39,38). Sum of RGB (Red+Green+Blue) = 239+39+38=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2726 is #10D8D9. Grayscale: #626262. Windows color (decimal): -1104090 or 2500591. OLE color: 2500591.

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

Color convert

RGB2393938-
CMYK00.840.840.06
HSL0.3º86.27%54.31%-
HSV(B)0.3º84.1%93.73%-
XYZ36.6719.943.75-
YUV98.6993.76228.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.63%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=75.63%
G=12.34%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239393800.840.840.060.386.2754.31
HexEF272605454605636
Octal357474601241246012666
Binary1110111110011110011001010100101010011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2726; }

 p { color: rgb(239,39,38); }

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

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

 a { background-color: rgb(239,39,38); }

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

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

 span { border-color: rgb(239,39,38); }

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