Html Css Color HEX #EC4516 Orange Red

📋 copy color: '#EC4516'

red 236 ◦ green 69 ◦ blue 22

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

Shades of Orange Red #EC4516

Tints of Orange Red #EC4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 72.17%
G = 21.1%
B = 6.73%

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

#EC4516 (or 0xEC4516) is known color: Orange Red. HEX triplet: EC, 45 and 16. RGB value is (236,69,22). Sum of RGB (Red+Green+Blue) = 236+69+22=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4516 is #13BAE9. Grayscale: #717171. Windows color (decimal): -1293034 or 1459692. OLE color: 1459692.

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

Color convert

RGB 236 69 22 -
CMYK 0 0.71 0.91 0.07
HSL 13.18º 0.85% 0.51% -
HSV(B) 13.18º 0.91% 0.93% -
XYZ 36.87 22.15 3.09 -
YUV 113.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 236 69 22 0 0.71 0.91 0.07 13.18 0.85 0.51
Hex EC 45 16 0 47 5B 7 D 55 33
Octal 354 105 26 0 107 133 7 15 125 63
Binary 11101100 1000101 10110 0 1000111 1011011 111 1101 1010101 110011

Color Harmonies of #EC4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4516

Black with #EC4516

Text Example


Text Example

White with #EC4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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