Html Css Color HEX #EC4200 Orange Red

📋 copy color: '#EC4200'

red 236 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #EC4200

Tints of Orange Red #EC4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 78.15%
G = 21.85%
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

#EC4200 (or 0xEC4200) is known color: Orange Red. HEX triplet: EC, 42 and 00. RGB value is (236,66,0). Sum of RGB (Red+Green+Blue) = 236+66+0=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4200 is #13BDFF. Grayscale: #6D6D6D. Windows color (decimal): -1293824 or 17132. OLE color: 17132.

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

Color convert

RGB 236 66 0 -
CMYK 0 0.72 1 0.07
HSL 16.78º 1% 0.46% -
HSV(B) 16.78º 1% 0.93% -
XYZ 36.54 21.73 2.27 -
YUV 109.31 66.32 218.37 -
System Red Green Blue C M Y K H S L
Decimal 236 66 0 0 0.72 1 0.07 16.78 1 0.46
Hex EC 42 0 0 48 64 7 11 64 2E
Octal 354 102 0 0 110 144 7 21 144 56
Binary 11101100 1000010 0 0 1001000 1100100 111 10001 1100100 101110

Color Harmonies of #EC4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4200

Black with #EC4200

Text Example


Text Example

White with #EC4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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