Html Css Color HEX #EC360E Orange Red

📋 copy color: '#EC360E'

red 236 ◦ green 54 ◦ blue 14

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

Shades of Orange Red #EC360E

Tints of Orange Red #EC360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 77.63%
G = 17.76%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC360E (or 0xEC360E) is known color: Orange Red. HEX triplet: EC, 36 and 0E. RGB value is (236,54,14). Sum of RGB (Red+Green+Blue) = 236+54+14=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC360E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC360E is #13C9F1. Grayscale: #686868. Windows color (decimal): -1296882 or 931564. OLE color: 931564.

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

Color convert

RGB 236 54 14 -
CMYK 0 0.77 0.94 0.07
HSL 10.81º 0.89% 0.49% -
HSV(B) 10.81º 0.94% 0.93% -
XYZ 35.99 20.5 2.48 -
YUV 103.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 236 54 14 0 0.77 0.94 0.07 10.81 0.89 0.49
Hex EC 36 E 0 4D 5E 7 B 59 31
Octal 354 66 16 0 115 136 7 13 131 61
Binary 11101100 110110 1110 0 1001101 1011110 111 1011 1011001 110001

Color Harmonies of #EC360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC360E

Black with #EC360E

Text Example


Text Example

White with #EC360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC360E; }

 p { color: rgb(236,54,14); }

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

background-color css

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

 a { background-color: rgb(236,54,14); }

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

border-color css

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

 span { border-color: rgb(236,54,14); }

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