Html Css Color HEX #EC390F Orange Red

📋 copy color: '#EC390F'

red 236 ◦ green 57 ◦ blue 15

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

Shades of Orange Red #EC390F

Tints of Orange Red #EC390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

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

R = 76.62%
G = 18.51%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC390F (or 0xEC390F) is known color: Orange Red. HEX triplet: EC, 39 and 0F. RGB value is (236,57,15). Sum of RGB (Red+Green+Blue) = 236+57+15=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC390F is #13C6F0. Grayscale: #6A6A6A. Windows color (decimal): -1296113 or 997868. OLE color: 997868.

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

Color convert

RGB 236 57 15 -
CMYK 0 0.76 0.94 0.07
HSL 11.4º 0.88% 0.49% -
HSV(B) 11.4º 0.94% 0.93% -
XYZ 36.14 20.79 2.56 -
YUV 105.73 76.8 220.92 -
System Red Green Blue C M Y K H S L
Decimal 236 57 15 0 0.76 0.94 0.07 11.4 0.88 0.49
Hex EC 39 F 0 4C 5E 7 B 58 31
Octal 354 71 17 0 114 136 7 13 130 61
Binary 11101100 111001 1111 0 1001100 1011110 111 1011 1011000 110001

Color Harmonies of #EC390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC390F

Black with #EC390F

Text Example


Text Example

White with #EC390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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