Html Css Color HEX #EC400E Orange Red

📋 copy color: '#EC400E'

red 236 ◦ green 64 ◦ blue 14

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

Shades of Orange Red #EC400E

Tints of Orange Red #EC400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 75.16%
G = 20.38%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC400E (or 0xEC400E) is known color: Orange Red. HEX triplet: EC, 40 and 0E. RGB value is (236,64,14). Sum of RGB (Red+Green+Blue) = 236+64+14=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400E is #13BFF1. Grayscale: #6E6E6E. Windows color (decimal): -1294322 or 934124. OLE color: 934124.

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

Color convert

RGB 236 64 14 -
CMYK 0 0.73 0.94 0.07
HSL 13.51º 0.89% 0.49% -
HSV(B) 13.51º 0.94% 0.93% -
XYZ 36.5 21.53 2.65 -
YUV 109.73 73.98 218.07 -
System Red Green Blue C M Y K H S L
Decimal 236 64 14 0 0.73 0.94 0.07 13.51 0.89 0.49
Hex EC 40 E 0 49 5E 7 E 59 31
Octal 354 100 16 0 111 136 7 16 131 61
Binary 11101100 1000000 1110 0 1001001 1011110 111 1110 1011001 110001

Color Harmonies of #EC400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC400E

Black with #EC400E

Text Example


Text Example

White with #EC400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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