Html Css Color HEX #EC4211 Orange Red

📋 copy color: '#EC4211'

red 236 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #EC4211

Tints of Orange Red #EC4211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 73.98%
G = 20.69%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4211 (or 0xEC4211) is known color: Orange Red. HEX triplet: EC, 42 and 11. RGB value is (236,66,17). Sum of RGB (Red+Green+Blue) = 236+66+17=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4211 is #13BDEE. Grayscale: #6F6F6F. Windows color (decimal): -1293807 or 1131244. OLE color: 1131244.

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

Color convert

RGB 236 66 17 -
CMYK 0 0.72 0.93 0.07
HSL 13.42º 0.87% 0.5% -
HSV(B) 13.42º 0.93% 0.93% -
XYZ 36.64 21.77 2.8 -
YUV 111.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 236 66 17 0 0.72 0.93 0.07 13.42 0.87 0.5
Hex EC 42 11 0 48 5D 7 D 57 32
Octal 354 102 21 0 110 135 7 15 127 62
Binary 11101100 1000010 10001 0 1001000 1011101 111 1101 1010111 110010

Color Harmonies of #EC4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4211

Black with #EC4211

Text Example


Text Example

White with #EC4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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