#EC3611

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

Shades of Orange Red #EC3611

Tints of Orange Red #EC3611

Color information

#EC3611 (or 0xEC3611) is unknown color: approx Orange Red. HEX triplet: EC, 36 and 11. RGB value is (236,54,17). Sum of RGB (Red+Green+Blue) = 236+54+17=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3611 is #13C9EE. Grayscale: #686868. Windows color (decimal): -1296879 or 1128172. OLE color: 1128172.

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

Color convert

RGB2365417-
CMYK00.770.930.07
HSL10.14º86.56%49.61%-
HSV(B)10.14º92.8%92.55%-
XYZ36.0120.512.59-
YUV104.278.8222.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 76.87%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=76.87%
G=17.59%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236541700.770.930.0710.1486.5649.61
HexEC361104D5D7a5732
Octal3546621011513571212762
Binary111011001101101000101001101101110111110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3611; }

 p { color: rgb(236,54,17); }

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

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

 a { background-color: rgb(236,54,17); }

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

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

 span { border-color: rgb(236,54,17); }

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