Html Css Color HEX #EC390B Orange Red

📋 copy color: '#EC390B'

red 236 ◦ green 57 ◦ blue 11

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

Shades of Orange Red #EC390B

Tints of Orange Red #EC390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 77.63%
G = 18.75%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC390B (or 0xEC390B) is known color: Orange Red. HEX triplet: EC, 39 and 0B. RGB value is (236,57,11). Sum of RGB (Red+Green+Blue) = 236+57+11=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC390B is #13C6F4. Grayscale: #696969. Windows color (decimal): -1296117 or 735724. OLE color: 735724.

HSL color Cylindrical-coordinate representation of color #EC390B: hue angle of 12.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC390B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 11 -
CMYK 0 0.76 0.95 0.07
HSL 12.27º 0.91% 0.48% -
HSV(B) 12.27º 0.95% 0.93% -
XYZ 36.12 20.78 2.42 -
YUV 105.28 74.8 221.24 -
System Red Green Blue C M Y K H S L
Decimal 236 57 11 0 0.76 0.95 0.07 12.27 0.91 0.48
Hex EC 39 B 0 4C 5F 7 C 5B 30
Octal 354 71 13 0 114 137 7 14 133 60
Binary 11101100 111001 1011 0 1001100 1011111 111 1100 1011011 110000

Color Harmonies of #EC390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC390B

Black with #EC390B

Text Example


Text Example

White with #EC390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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