Html Css Color HEX #EC4214 Orange Red

📋 copy color: '#EC4214'

red 236 ◦ green 66 ◦ blue 20

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

Shades of Orange Red #EC4214

Tints of Orange Red #EC4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 73.29%
G = 20.5%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4214 (or 0xEC4214) is known color: Orange Red. HEX triplet: EC, 42 and 14. RGB value is (236,66,20). Sum of RGB (Red+Green+Blue) = 236+66+20=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4214 is #13BDEB. Grayscale: #6F6F6F. Windows color (decimal): -1293804 or 1327852. OLE color: 1327852.

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

Color convert

RGB 236 66 20 -
CMYK 0 0.72 0.92 0.07
HSL 12.78º 0.85% 0.5% -
HSV(B) 12.78º 0.92% 0.93% -
XYZ 36.67 21.78 2.93 -
YUV 111.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 236 66 20 0 0.72 0.92 0.07 12.78 0.85 0.5
Hex EC 42 14 0 48 5C 7 D 55 32
Octal 354 102 24 0 110 134 7 15 125 62
Binary 11101100 1000010 10100 0 1001000 1011100 111 1101 1010101 110010

Color Harmonies of #EC4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4214

Black with #EC4214

Text Example


Text Example

White with #EC4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4214; }

 p { color: rgb(236,66,20); }

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

background-color css

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

 a { background-color: rgb(236,66,20); }

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

border-color css

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

 span { border-color: rgb(236,66,20); }

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