Html Css Color HEX #EC4610 Orange Red

📋 copy color: '#EC4610'

red 236 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #EC4610

Tints of Orange Red #EC4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

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

R = 73.29%
G = 21.74%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4610 (or 0xEC4610) is known color: Orange Red. HEX triplet: EC, 46 and 10. RGB value is (236,70,16). Sum of RGB (Red+Green+Blue) = 236+70+16=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4610 is #13B9EF. Grayscale: #717171. Windows color (decimal): -1292784 or 1066732. OLE color: 1066732.

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

Color convert

RGB 236 70 16 -
CMYK 0 0.70 0.93 0.07
HSL 14.73º 0.87% 0.49% -
HSV(B) 14.73º 0.93% 0.93% -
XYZ 36.88 22.25 2.84 -
YUV 113.48 73 215.39 -
System Red Green Blue C M Y K H S L
Decimal 236 70 16 0 0.70 0.93 0.07 14.73 0.87 0.49
Hex EC 46 10 0 46 5D 7 F 57 31
Octal 354 106 20 0 106 135 7 17 127 61
Binary 11101100 1000110 10000 0 1000110 1011101 111 1111 1010111 110001

Color Harmonies of #EC4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4610

Black with #EC4610

Text Example


Text Example

White with #EC4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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