#EC3F15

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

Shades of Orange Red #EC3F15

Tints of Orange Red #EC3F15

Color information

#EC3F15 (or 0xEC3F15) is unknown color: approx Orange Red. HEX triplet: EC, 3F and 15. RGB value is (236,63,21). Sum of RGB (Red+Green+Blue) = 236+63+21=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F15 is #13C0EA. Grayscale: #6E6E6E. Windows color (decimal): -1294571 or 1392620. OLE color: 1392620.

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

Color convert

RGB2366321-
CMYK00.730.910.07
HSL11.72º84.98%50.39%-
HSV(B)11.72º91.1%92.55%-
XYZ36.521.442.92-
YUV109.9477.81217.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.75%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=73.75%
G=19.69%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236632100.730.910.0711.7284.9850.39
HexEC3F150495B7c5532
Octal3547725011113371412562
Binary111011001111111010101001001101101111111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3F15; }

 p { color: rgb(236,63,21); }

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

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

 a { background-color: rgb(236,63,21); }

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

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

 span { border-color: rgb(236,63,21); }

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