Html Css Color HEX #EC4311 Orange Red

📋 copy color: '#EC4311'

red 236 ◦ green 67 ◦ blue 17

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

Shades of Orange Red #EC4311

Tints of Orange Red #EC4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 73.75%
G = 20.94%
B = 5.31%

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

#EC4311 (or 0xEC4311) is known color: Orange Red. HEX triplet: EC, 43 and 11. RGB value is (236,67,17). Sum of RGB (Red+Green+Blue) = 236+67+17=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4311 is #13BCEE. Grayscale: #707070. Windows color (decimal): -1293551 or 1131500. OLE color: 1131500.

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

Color convert

RGB 236 67 17 -
CMYK 0 0.72 0.93 0.07
HSL 13.7º 0.87% 0.5% -
HSV(B) 13.7º 0.93% 0.93% -
XYZ 36.7 21.89 2.82 -
YUV 111.83 74.49 216.57 -
System Red Green Blue C M Y K H S L
Decimal 236 67 17 0 0.72 0.93 0.07 13.7 0.87 0.5
Hex EC 43 11 0 48 5D 7 E 57 32
Octal 354 103 21 0 110 135 7 16 127 62
Binary 11101100 1000011 10001 0 1001000 1011101 111 1110 1010111 110010

Color Harmonies of #EC4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4311

Black with #EC4311

Text Example


Text Example

White with #EC4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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