Html Css Color HEX #EC4507 Orange Red

📋 copy color: '#EC4507'

red 236 ◦ green 69 ◦ blue 7

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

Shades of Orange Red #EC4507

Tints of Orange Red #EC4507

RGB

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

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

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

R = 75.64%
G = 22.12%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4507 (or 0xEC4507) is known color: Orange Red. HEX triplet: EC, 45 and 07. RGB value is (236,69,7). Sum of RGB (Red+Green+Blue) = 236+69+7=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4507 is #13BAF8. Grayscale: #707070. Windows color (decimal): -1293049 or 476652. OLE color: 476652.

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

Color convert

RGB 236 69 7 -
CMYK 0 0.71 0.97 0.07
HSL 16.24º 0.94% 0.48% -
HSV(B) 16.24º 0.97% 0.93% -
XYZ 36.76 22.1 2.53 -
YUV 111.87 68.83 216.54 -
System Red Green Blue C M Y K H S L
Decimal 236 69 7 0 0.71 0.97 0.07 16.24 0.94 0.48
Hex EC 45 7 0 47 61 7 10 5E 30
Octal 354 105 7 0 107 141 7 20 136 60
Binary 11101100 1000101 111 0 1000111 1100001 111 10000 1011110 110000

Color Harmonies of #EC4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4507

Black with #EC4507

Text Example


Text Example

White with #EC4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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