#ED4611

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

Shades of Orange Red #ED4611

Tints of Orange Red #ED4611

Color information

#ED4611 (or 0xED4611) is unknown color: approx Orange Red. HEX triplet: ED, 46 and 11. RGB value is (237,70,17). Sum of RGB (Red+Green+Blue) = 237+70+17=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4611 is #12B9EE. Grayscale: #727272. Windows color (decimal): -1227247 or 1132269. OLE color: 1132269.

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

Color convert

RGB2377017-
CMYK00.700.930.07
HSL14.45º86.61%49.8%-
HSV(B)14.45º92.83%92.94%-
XYZ37.2222.432.9-
YUV113.8973.33215.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.15%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=73.15%
G=21.60%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237701700.700.930.0714.4586.6149.8
HexED46110465D7e5732
Octal35510621010613571612762
Binary1110110110001101000101000110101110111111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4611; }

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

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

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

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

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

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

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

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