Html Css Color HEX #EC4411 Orange Red

📋 copy color: '#EC4411'

red 236 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #EC4411

Tints of Orange Red #EC4411

RGB

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

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

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

R = 73.52%
G = 21.18%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4411 (or 0xEC4411) is known color: Orange Red. HEX triplet: EC, 44 and 11. RGB value is (236,68,17). Sum of RGB (Red+Green+Blue) = 236+68+17=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4411 is #13BBEE. Grayscale: #707070. Windows color (decimal): -1293295 or 1131756. OLE color: 1131756.

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

Color convert

RGB 236 68 17 -
CMYK 0 0.71 0.93 0.07
HSL 13.97º 0.87% 0.5% -
HSV(B) 13.97º 0.93% 0.93% -
XYZ 36.76 22.01 2.84 -
YUV 112.42 74.16 216.15 -
System Red Green Blue C M Y K H S L
Decimal 236 68 17 0 0.71 0.93 0.07 13.97 0.87 0.5
Hex EC 44 11 0 47 5D 7 E 57 32
Octal 354 104 21 0 107 135 7 16 127 62
Binary 11101100 1000100 10001 0 1000111 1011101 111 1110 1010111 110010

Color Harmonies of #EC4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4411

Black with #EC4411

Text Example


Text Example

White with #EC4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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