Html Css Color HEX #EC440A Orange Red

📋 copy color: '#EC440A'

red 236 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #EC440A

Tints of Orange Red #EC440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 75.16%
G = 21.66%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC440A (or 0xEC440A) is known color: Orange Red. HEX triplet: EC, 44 and 0A. RGB value is (236,68,10). Sum of RGB (Red+Green+Blue) = 236+68+10=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440A is #13BBF5. Grayscale: #707070. Windows color (decimal): -1293302 or 673004. OLE color: 673004.

HSL color Cylindrical-coordinate representation of color #EC440A: hue angle of 15.4º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC440A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 10 -
CMYK 0 0.71 0.96 0.07
HSL 15.4º 0.92% 0.48% -
HSV(B) 15.4º 0.96% 0.93% -
XYZ 36.71 21.99 2.6 -
YUV 111.62 70.66 216.72 -
System Red Green Blue C M Y K H S L
Decimal 236 68 10 0 0.71 0.96 0.07 15.4 0.92 0.48
Hex EC 44 A 0 47 60 7 F 5C 30
Octal 354 104 12 0 107 140 7 17 134 60
Binary 11101100 1000100 1010 0 1000111 1100000 111 1111 1011100 110000

Color Harmonies of #EC440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC440A

Black with #EC440A

Text Example


Text Example

White with #EC440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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