Html Css Color HEX #EC4010 Orange Red

📋 copy color: '#EC4010'

red 236 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #EC4010

Tints of Orange Red #EC4010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 74.68%
G = 20.25%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4010 (or 0xEC4010) is known color: Orange Red. HEX triplet: EC, 40 and 10. RGB value is (236,64,16). Sum of RGB (Red+Green+Blue) = 236+64+16=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4010 is #13BFEF. Grayscale: #6E6E6E. Windows color (decimal): -1294320 or 1065196. OLE color: 1065196.

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

Color convert

RGB 236 64 16 -
CMYK 0 0.73 0.93 0.07
HSL 13.09º 0.87% 0.49% -
HSV(B) 13.09º 0.93% 0.93% -
XYZ 36.52 21.54 2.72 -
YUV 109.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 236 64 16 0 0.73 0.93 0.07 13.09 0.87 0.49
Hex EC 40 10 0 49 5D 7 D 57 31
Octal 354 100 20 0 111 135 7 15 127 61
Binary 11101100 1000000 10000 0 1001001 1011101 111 1101 1010111 110001

Color Harmonies of #EC4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4010

Black with #EC4010

Text Example


Text Example

White with #EC4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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