#EF2626

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

Shades of Red Orange #EF2626

Tints of Red Orange #EF2626

Color information

#EF2626 (or 0xEF2626) is unknown color: approx Red Orange. HEX triplet: EF, 26 and 26. RGB value is (239,38,38). Sum of RGB (Red+Green+Blue) = 239+38+38=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2626 is #10D9D9. Grayscale: #626262. Windows color (decimal): -1104346 or 2500335. OLE color: 2500335.

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

Color convert

RGB2393838-
CMYK00.840.840.06
HSL86.27%54.31%-
HSV(B)84.1%93.73%-
XYZ36.6419.883.74-
YUV98.194.09228.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.87%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=75.87%
G=12.06%
B=12.06%

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
Decimal239383800.840.840.06086.2754.31
HexEF262605454605636
Octal357464601241246012666
Binary1110111110011010011001010100101010011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2626; }

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

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

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

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

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

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

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

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