Html Css Color HEX #EC4416 Orange Red

📋 copy color: '#EC4416'

red 236 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #EC4416

Tints of Orange Red #EC4416

RGB

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

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

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

R = 72.39%
G = 20.86%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4416 (or 0xEC4416) is known color: Orange Red. HEX triplet: EC, 44 and 16. RGB value is (236,68,22). Sum of RGB (Red+Green+Blue) = 236+68+22=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4416 is #13BBE9. Grayscale: #717171. Windows color (decimal): -1293290 or 1459436. OLE color: 1459436.

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

Color convert

RGB 236 68 22 -
CMYK 0 0.71 0.91 0.07
HSL 12.9º 0.85% 0.51% -
HSV(B) 12.9º 0.91% 0.93% -
XYZ 36.8 22.03 3.07 -
YUV 112.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 236 68 22 0 0.71 0.91 0.07 12.9 0.85 0.51
Hex EC 44 16 0 47 5B 7 D 55 33
Octal 354 104 26 0 107 133 7 15 125 63
Binary 11101100 1000100 10110 0 1000111 1011011 111 1101 1010101 110011

Color Harmonies of #EC4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4416

Black with #EC4416

Text Example


Text Example

White with #EC4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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