#ed3e11

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

Shades of Orange Red #ED3E11

Tints of Orange Red #ED3E11

Color information

#ED3E11 (or 0xED3E11) is unknown color: approx Orange Red. HEX triplet: ED, 3E and 11. RGB value is (237,62,17). Sum of RGB (Red+Green+Blue) = 237+62+17=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E11 is #12C1EE. Grayscale: #6D6D6D. Windows color (decimal): -1229295 or 1130221. OLE color: 1130221.

HSL color Cylindrical-coordinate representation of color #ED3E11: hue angle of 12.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3E11 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB2376217-
CMYK00.740.930.07
HSL12.27º86.61%49.8%-
HSV(B)12.27º92.83%92.94%-
XYZ36.7521.492.74-
YUV109.275.98219.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 17 (7.03% from 255) = 5.38%
R=75%
G=19.62%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237621700.740.930.0712.2786.6149.8
HexED3E1104A5D7c5732
Octal3557621011213571412762
Binary111011011111101000101001010101110111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3e11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3e11; }

 p { color: rgb(237,62,17); }

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

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

 a { background-color: rgb(237,62,17); }

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

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

 span { border-color: rgb(237,62,17); }

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