Html Css Color HEX #EC4100 Orange Red

📋 copy color: '#EC4100'

red 236 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #EC4100

Tints of Orange Red #EC4100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.41%
G = 21.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC4100 (or 0xEC4100) is known color: Orange Red. HEX triplet: EC, 41 and 00. RGB value is (236,65,0). Sum of RGB (Red+Green+Blue) = 236+65+0=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4100 is #13BEFF. Grayscale: #6D6D6D. Windows color (decimal): -1294080 or 16876. OLE color: 16876.

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

Color convert

RGB 236 65 0 -
CMYK 0 0.72 1 0.07
HSL 16.53º 1% 0.46% -
HSV(B) 16.53º 1% 0.93% -
XYZ 36.48 21.61 2.25 -
YUV 108.72 66.65 218.79 -
System Red Green Blue C M Y K H S L
Decimal 236 65 0 0 0.72 1 0.07 16.53 1 0.46
Hex EC 41 0 0 48 64 7 11 64 2E
Octal 354 101 0 0 110 144 7 21 144 56
Binary 11101100 1000001 0 0 1001000 1100100 111 10001 1100100 101110

Color Harmonies of #EC4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4100

Black with #EC4100

Text Example


Text Example

White with #EC4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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