Html Css Color HEX #EC4400 Orange Red

📋 copy color: '#EC4400'

red 236 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #EC4400

Tints of Orange Red #EC4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 77.63%
G = 22.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC4400 (or 0xEC4400) is known color: Orange Red. HEX triplet: EC, 44 and 00. RGB value is (236,68,0). Sum of RGB (Red+Green+Blue) = 236+68+0=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4400 is #13BBFF. Grayscale: #6E6E6E. Windows color (decimal): -1293312 or 17644. OLE color: 17644.

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

Color convert

RGB 236 68 0 -
CMYK 0 0.71 1 0.07
HSL 17.29º 1% 0.46% -
HSV(B) 17.29º 1% 0.93% -
XYZ 36.66 21.97 2.31 -
YUV 110.48 65.66 217.53 -
System Red Green Blue C M Y K H S L
Decimal 236 68 0 0 0.71 1 0.07 17.29 1 0.46
Hex EC 44 0 0 47 64 7 11 64 2E
Octal 354 104 0 0 107 144 7 21 144 56
Binary 11101100 1000100 0 0 1000111 1100100 111 10001 1100100 101110

Color Harmonies of #EC4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4400

Black with #EC4400

Text Example


Text Example

White with #EC4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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