Html Css Color HEX #EC4009 Orange Red

📋 copy color: '#EC4009'

red 236 ◦ green 64 ◦ blue 9

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

Shades of Orange Red #EC4009

Tints of Orange Red #EC4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 76.38%
G = 20.71%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC4009 (or 0xEC4009) is known color: Orange Red. HEX triplet: EC, 40 and 09. RGB value is (236,64,9). Sum of RGB (Red+Green+Blue) = 236+64+9=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4009 is #13BFF6. Grayscale: #6D6D6D. Windows color (decimal): -1294327 or 606444. OLE color: 606444.

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

Color convert

RGB 236 64 9 -
CMYK 0 0.73 0.96 0.07
HSL 14.54º 0.93% 0.48% -
HSV(B) 14.54º 0.96% 0.93% -
XYZ 36.47 21.52 2.49 -
YUV 109.16 71.48 218.47 -
System Red Green Blue C M Y K H S L
Decimal 236 64 9 0 0.73 0.96 0.07 14.54 0.93 0.48
Hex EC 40 9 0 49 60 7 F 5D 30
Octal 354 100 11 0 111 140 7 17 135 60
Binary 11101100 1000000 1001 0 1001001 1100000 111 1111 1011101 110000

Color Harmonies of #EC4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4009

Black with #EC4009

Text Example


Text Example

White with #EC4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4009; }

 p { color: rgb(236,64,9); }

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

background-color css

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

 a { background-color: rgb(236,64,9); }

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

border-color css

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

 span { border-color: rgb(236,64,9); }

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