#EF2D20

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

Shades of Red Orange #EF2D20

Tints of Red Orange #EF2D20

Color information

#EF2D20 (or 0xEF2D20) is unknown color: approx Red Orange. HEX triplet: EF, 2D and 20. RGB value is (239,45,32). Sum of RGB (Red+Green+Blue) = 239+45+32=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D20 is #10D2DF. Grayscale: #656565. Windows color (decimal): -1102560 or 2108911. OLE color: 2108911.

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

Color convert

RGB2394532-
CMYK00.810.870.06
HSL3.77º86.61%53.14%-
HSV(B)3.77º86.61%93.73%-
XYZ36.820.333.35-
YUV101.5288.77226.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.63%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=75.63%
G=14.24%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239453200.810.870.063.7786.6153.14
HexEF2D2005157645735
Octal357554001211276412765
Binary111011111011011000000101000110101111101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D20; }

 p { color: rgb(239,45,32); }

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

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

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

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

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

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

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