Html Css Color HEX #EC4410 Orange Red

📋 copy color: '#EC4410'

red 236 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #EC4410

Tints of Orange Red #EC4410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 73.75%
G = 21.25%
B = 5%

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

#EC4410 (or 0xEC4410) is known color: Orange Red. HEX triplet: EC, 44 and 10. RGB value is (236,68,16). Sum of RGB (Red+Green+Blue) = 236+68+16=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4410 is #13BBEF. Grayscale: #707070. Windows color (decimal): -1293296 or 1066220. OLE color: 1066220.

HSL color Cylindrical-coordinate representation of color #EC4410: hue angle of 14.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4410 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 16 -
CMYK 0 0.71 0.93 0.07
HSL 14.18º 0.87% 0.49% -
HSV(B) 14.18º 0.93% 0.93% -
XYZ 36.75 22 2.8 -
YUV 112.3 73.66 216.23 -
System Red Green Blue C M Y K H S L
Decimal 236 68 16 0 0.71 0.93 0.07 14.18 0.87 0.49
Hex EC 44 10 0 47 5D 7 E 57 31
Octal 354 104 20 0 107 135 7 16 127 61
Binary 11101100 1000100 10000 0 1000111 1011101 111 1110 1010111 110001

Color Harmonies of #EC4410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4410

Black with #EC4410

Text Example


Text Example

White with #EC4410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4410; }

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

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

background-color css

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

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

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

border-color css

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

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

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