Html Css Color HEX #EC370F Orange Red

📋 copy color: '#EC370F'

red 236 ◦ green 55 ◦ blue 15

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

Shades of Orange Red #EC370F

Tints of Orange Red #EC370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 77.12%
G = 17.97%
B = 4.9%

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

#EC370F (or 0xEC370F) is known color: Orange Red. HEX triplet: EC, 37 and 0F. RGB value is (236,55,15). Sum of RGB (Red+Green+Blue) = 236+55+15=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC370F is #13C8F0. Grayscale: #686868. Windows color (decimal): -1296625 or 997356. OLE color: 997356.

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

Color convert

RGB 236 55 15 -
CMYK 0 0.77 0.94 0.07
HSL 10.86º 0.88% 0.49% -
HSV(B) 10.86º 0.94% 0.93% -
XYZ 36.04 20.6 2.53 -
YUV 104.56 77.47 221.75 -
System Red Green Blue C M Y K H S L
Decimal 236 55 15 0 0.77 0.94 0.07 10.86 0.88 0.49
Hex EC 37 F 0 4D 5E 7 B 58 31
Octal 354 67 17 0 115 136 7 13 130 61
Binary 11101100 110111 1111 0 1001101 1011110 111 1011 1011000 110001

Color Harmonies of #EC370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC370F

Black with #EC370F

Text Example


Text Example

White with #EC370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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