Html Css Color HEX #EC4117 Orange Red

📋 copy color: '#EC4117'

red 236 ◦ green 65 ◦ blue 23

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

Shades of Orange Red #EC4117

Tints of Orange Red #EC4117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 23 (9.38% from 255) = 7.1%

R = 72.84%
G = 20.06%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC4117 (or 0xEC4117) is known color: Orange Red. HEX triplet: EC, 41 and 17. RGB value is (236,65,23). Sum of RGB (Red+Green+Blue) = 236+65+23=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4117 is #13BEE8. Grayscale: #6F6F6F. Windows color (decimal): -1294057 or 1524204. OLE color: 1524204.

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

Color convert

RGB 236 65 23 -
CMYK 0 0.72 0.90 0.07
HSL 11.83º 0.85% 0.51% -
HSV(B) 11.83º 0.9% 0.93% -
XYZ 36.64 21.68 3.06 -
YUV 111.34 78.15 216.92 -
System Red Green Blue C M Y K H S L
Decimal 236 65 23 0 0.72 0.90 0.07 11.83 0.85 0.51
Hex EC 41 17 0 48 5A 7 C 55 33
Octal 354 101 27 0 110 132 7 14 125 63
Binary 11101100 1000001 10111 0 1001000 1011010 111 1100 1010101 110011

Color Harmonies of #EC4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4117

Black with #EC4117

Text Example


Text Example

White with #EC4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4117; }

 p { color: rgb(236,65,23); }

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

background-color css

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

 a { background-color: rgb(236,65,23); }

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

border-color css

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

 span { border-color: rgb(236,65,23); }

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