Html Css Color HEX #EC4000 Orange Red

📋 copy color: '#EC4000'

red 236 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #EC4000

Tints of Orange Red #EC4000

RGB

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

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

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

R = 78.67%
G = 21.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC4000 (or 0xEC4000) is known color: Orange Red. HEX triplet: EC, 40 and 00. RGB value is (236,64,0). Sum of RGB (Red+Green+Blue) = 236+64+0=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4000 is #13BFFF. Grayscale: #6C6C6C. Windows color (decimal): -1294336 or 16620. OLE color: 16620.

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

Color convert

RGB 236 64 0 -
CMYK 0 0.73 1 0.07
HSL 16.27º 1% 0.46% -
HSV(B) 16.27º 1% 0.93% -
XYZ 36.43 21.5 2.23 -
YUV 108.13 66.98 219.2 -
System Red Green Blue C M Y K H S L
Decimal 236 64 0 0 0.73 1 0.07 16.27 1 0.46
Hex EC 40 0 0 49 64 7 10 64 2E
Octal 354 100 0 0 111 144 7 20 144 56
Binary 11101100 1000000 0 0 1001001 1100100 111 10000 1100100 101110

Color Harmonies of #EC4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4000

Black with #EC4000

Text Example


Text Example

White with #EC4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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