#ED3911

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

Shades of Orange Red #ED3911

Tints of Orange Red #ED3911

Color information

#ED3911 (or 0xED3911) is unknown color: approx Orange Red. HEX triplet: ED, 39 and 11. RGB value is (237,57,17). Sum of RGB (Red+Green+Blue) = 237+57+17=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3911 is #12C6EE. Grayscale: #6A6A6A. Windows color (decimal): -1230575 or 1128941. OLE color: 1128941.

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

Color convert

RGB2375717-
CMYK00.760.930.07
HSL10.91º86.61%49.8%-
HSV(B)10.91º92.83%92.94%-
XYZ36.4920.972.65-
YUV106.2677.63221.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.21%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 17 (7.03% from 255) = 5.47%
R=76.21%
G=18.33%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237571700.760.930.0710.9186.6149.8
HexED391104C5D7b5732
Octal3557121011413571312762
Binary111011011110011000101001100101110111110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3911; }

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

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

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

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

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

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

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

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