Html Css Color HEX #EC370E Orange Red

📋 copy color: '#EC370E'

red 236 ◦ green 55 ◦ blue 14

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

Shades of Orange Red #EC370E

Tints of Orange Red #EC370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 77.38%
G = 18.03%
B = 4.59%

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

#EC370E (or 0xEC370E) is known color: Orange Red. HEX triplet: EC, 37 and 0E. RGB value is (236,55,14). Sum of RGB (Red+Green+Blue) = 236+55+14=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC370E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC370E is #13C8F1. Grayscale: #686868. Windows color (decimal): -1296626 or 931820. OLE color: 931820.

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

Color convert

RGB 236 55 14 -
CMYK 0 0.77 0.94 0.07
HSL 11.08º 0.89% 0.49% -
HSV(B) 11.08º 0.94% 0.93% -
XYZ 36.04 20.6 2.49 -
YUV 104.45 76.97 221.83 -
System Red Green Blue C M Y K H S L
Decimal 236 55 14 0 0.77 0.94 0.07 11.08 0.89 0.49
Hex EC 37 E 0 4D 5E 7 B 59 31
Octal 354 67 16 0 115 136 7 13 131 61
Binary 11101100 110111 1110 0 1001101 1011110 111 1011 1011001 110001

Color Harmonies of #EC370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC370E

Black with #EC370E

Text Example


Text Example

White with #EC370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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