Html Css Color HEX #EC360F Orange Red

📋 copy color: '#EC360F'

red 236 ◦ green 54 ◦ blue 15

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

Shades of Orange Red #EC360F

Tints of Orange Red #EC360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

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

R = 77.38%
G = 17.7%
B = 4.92%

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

#EC360F (or 0xEC360F) is known color: Orange Red. HEX triplet: EC, 36 and 0F. RGB value is (236,54,15). Sum of RGB (Red+Green+Blue) = 236+54+15=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC360F is #13C9F0. Grayscale: #686868. Windows color (decimal): -1296881 or 997100. OLE color: 997100.

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

Color convert

RGB 236 54 15 -
CMYK 0 0.77 0.94 0.07
HSL 10.59º 0.88% 0.49% -
HSV(B) 10.59º 0.94% 0.93% -
XYZ 36 20.51 2.51 -
YUV 103.97 77.8 222.17 -
System Red Green Blue C M Y K H S L
Decimal 236 54 15 0 0.77 0.94 0.07 10.59 0.88 0.49
Hex EC 36 F 0 4D 5E 7 B 58 31
Octal 354 66 17 0 115 136 7 13 130 61
Binary 11101100 110110 1111 0 1001101 1011110 111 1011 1011000 110001

Color Harmonies of #EC360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC360F

Black with #EC360F

Text Example


Text Example

White with #EC360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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