Html Css Color HEX #EC4607 Orange Red

📋 copy color: '#EC4607'

red 236 ◦ green 70 ◦ blue 7

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

Shades of Orange Red #EC4607

Tints of Orange Red #EC4607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 75.4%
G = 22.36%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4607 (or 0xEC4607) is known color: Orange Red. HEX triplet: EC, 46 and 07. RGB value is (236,70,7). Sum of RGB (Red+Green+Blue) = 236+70+7=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4607 is #13B9F8. Grayscale: #707070. Windows color (decimal): -1292793 or 476908. OLE color: 476908.

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

Color convert

RGB 236 70 7 -
CMYK 0 0.70 0.97 0.07
HSL 16.51º 0.94% 0.48% -
HSV(B) 16.51º 0.97% 0.93% -
XYZ 36.82 22.23 2.55 -
YUV 112.45 68.5 216.12 -
System Red Green Blue C M Y K H S L
Decimal 236 70 7 0 0.70 0.97 0.07 16.51 0.94 0.48
Hex EC 46 7 0 46 61 7 11 5E 30
Octal 354 106 7 0 106 141 7 21 136 60
Binary 11101100 1000110 111 0 1000110 1100001 111 10001 1011110 110000

Color Harmonies of #EC4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4607

Black with #EC4607

Text Example


Text Example

White with #EC4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4607; }

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

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

background-color css

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

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

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

border-color css

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

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

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