Html Css Color HEX #EC390D Orange Red

📋 copy color: '#EC390D'

red 236 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #EC390D

Tints of Orange Red #EC390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 77.12%
G = 18.63%
B = 4.25%

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

#EC390D (or 0xEC390D) is known color: Orange Red. HEX triplet: EC, 39 and 0D. RGB value is (236,57,13). Sum of RGB (Red+Green+Blue) = 236+57+13=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC390D is #13C6F2. Grayscale: #696969. Windows color (decimal): -1296115 or 866796. OLE color: 866796.

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

Color convert

RGB 236 57 13 -
CMYK 0 0.76 0.94 0.07
HSL 11.84º 0.9% 0.49% -
HSV(B) 11.84º 0.94% 0.93% -
XYZ 36.13 20.79 2.49 -
YUV 105.51 75.8 221.08 -
System Red Green Blue C M Y K H S L
Decimal 236 57 13 0 0.76 0.94 0.07 11.84 0.9 0.49
Hex EC 39 D 0 4C 5E 7 C 5A 31
Octal 354 71 15 0 114 136 7 14 132 61
Binary 11101100 111001 1101 0 1001100 1011110 111 1100 1011010 110001

Color Harmonies of #EC390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC390D

Black with #EC390D

Text Example


Text Example

White with #EC390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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