Html Css Color HEX #EC3707 Orange Red

📋 copy color: '#EC3707'

red 236 ◦ green 55 ◦ blue 7

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

Shades of Orange Red #EC3707

Tints of Orange Red #EC3707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 79.19%
G = 18.46%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3707 (or 0xEC3707) is known color: Orange Red. HEX triplet: EC, 37 and 07. RGB value is (236,55,7). Sum of RGB (Red+Green+Blue) = 236+55+7=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3707 is #13C8F8. Grayscale: #686868. Windows color (decimal): -1296633 or 473068. OLE color: 473068.

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

Color convert

RGB 236 55 7 -
CMYK 0 0.77 0.97 0.07
HSL 12.58º 0.94% 0.48% -
HSV(B) 12.58º 0.97% 0.93% -
XYZ 36 20.58 2.28 -
YUV 103.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 236 55 7 0 0.77 0.97 0.07 12.58 0.94 0.48
Hex EC 37 7 0 4D 61 7 D 5E 30
Octal 354 67 7 0 115 141 7 15 136 60
Binary 11101100 110111 111 0 1001101 1100001 111 1101 1011110 110000

Color Harmonies of #EC3707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3707

Black with #EC3707

Text Example


Text Example

White with #EC3707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3707; }

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

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

background-color css

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

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

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

border-color css

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

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

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