Html Css Color HEX #EC360D Orange Red

📋 copy color: '#EC360D'

red 236 ◦ green 54 ◦ blue 13

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

Shades of Orange Red #EC360D

Tints of Orange Red #EC360D

RGB

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

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

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

R = 77.89%
G = 17.82%
B = 4.29%

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

#EC360D (or 0xEC360D) is known color: Orange Red. HEX triplet: EC, 36 and 0D. RGB value is (236,54,13). Sum of RGB (Red+Green+Blue) = 236+54+13=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC360D is #13C9F2. Grayscale: #686868. Windows color (decimal): -1296883 or 866028. OLE color: 866028.

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

Color convert

RGB 236 54 13 -
CMYK 0 0.77 0.94 0.07
HSL 11.03º 0.9% 0.49% -
HSV(B) 11.03º 0.94% 0.93% -
XYZ 35.98 20.5 2.44 -
YUV 103.74 76.8 222.33 -
System Red Green Blue C M Y K H S L
Decimal 236 54 13 0 0.77 0.94 0.07 11.03 0.9 0.49
Hex EC 36 D 0 4D 5E 7 B 5A 31
Octal 354 66 15 0 115 136 7 13 132 61
Binary 11101100 110110 1101 0 1001101 1011110 111 1011 1011010 110001

Color Harmonies of #EC360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC360D

Black with #EC360D

Text Example


Text Example

White with #EC360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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