Html Css Color HEX #EC440E Orange Red

📋 copy color: '#EC440E'

red 236 ◦ green 68 ◦ blue 14

#EC440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EC440E

Tints of Orange Red #EC440E

RGB

 RED value IS 236 (92.58% from 255) = 74.21%

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 74.21%
G = 21.38%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC440E (or 0xEC440E) is known color: Orange Red. HEX triplet: EC, 44 and 0E. RGB value is (236,68,14). Sum of RGB (Red+Green+Blue) = 236+68+14=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440E is #13BBF1. Grayscale: #707070. Windows color (decimal): -1293298 or 935148. OLE color: 935148.

HSL color Cylindrical-coordinate representation of color #EC440E: hue angle of 14.59º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC440E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 14 -
CMYK 0 0.71 0.94 0.07
HSL 14.59º 0.89% 0.49% -
HSV(B) 14.59º 0.94% 0.93% -
XYZ 36.74 22 2.73 -
YUV 112.08 72.66 216.39 -
System Red Green Blue C M Y K H S L
Decimal 236 68 14 0 0.71 0.94 0.07 14.59 0.89 0.49
Hex EC 44 E 0 47 5E 7 F 59 31
Octal 354 104 16 0 107 136 7 17 131 61
Binary 11101100 1000100 1110 0 1000111 1011110 111 1111 1011001 110001

Color Harmonies of #EC440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC440E

Black with #EC440E

Text Example


Text Example

White with #EC440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC440E; }

 p { color: rgb(236,68,14); }

 H1.HeaderClassName
 {
   color: #EC440E;
 }
 .AnyTagClassName
 {
   color: #EC440E;
 }
</style>

background-color css

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

 a { background-color: rgb(236,68,14); }

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

border-color css

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

 span { border-color: rgb(236,68,14); }

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