Html Css Color HEX #EC4616 Orange Red

📋 copy color: '#EC4616'

red 236 ◦ green 70 ◦ blue 22

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

Shades of Orange Red #EC4616

Tints of Orange Red #EC4616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 71.95%
G = 21.34%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4616 (or 0xEC4616) is known color: Orange Red. HEX triplet: EC, 46 and 16. RGB value is (236,70,22). Sum of RGB (Red+Green+Blue) = 236+70+22=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4616 is #13B9E9. Grayscale: #727272. Windows color (decimal): -1292778 or 1459948. OLE color: 1459948.

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

Color convert

RGB 236 70 22 -
CMYK 0 0.70 0.91 0.07
HSL 13.46º 0.85% 0.51% -
HSV(B) 13.46º 0.91% 0.93% -
XYZ 36.93 22.27 3.11 -
YUV 114.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 236 70 22 0 0.70 0.91 0.07 13.46 0.85 0.51
Hex EC 46 16 0 46 5B 7 D 55 33
Octal 354 106 26 0 106 133 7 15 125 63
Binary 11101100 1000110 10110 0 1000110 1011011 111 1101 1010101 110011

Color Harmonies of #EC4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4616

Black with #EC4616

Text Example


Text Example

White with #EC4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4616; }

 p { color: rgb(236,70,22); }

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

background-color css

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

 a { background-color: rgb(236,70,22); }

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

border-color css

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

 span { border-color: rgb(236,70,22); }

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