Html Css Color HEX #EC4500 Orange Red

📋 copy color: '#EC4500'

red 236 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #EC4500

Tints of Orange Red #EC4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.38%
G = 22.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC4500 (or 0xEC4500) is known color: Orange Red. HEX triplet: EC, 45 and 00. RGB value is (236,69,0). Sum of RGB (Red+Green+Blue) = 236+69+0=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4500 is #13BAFF. Grayscale: #6F6F6F. Windows color (decimal): -1293056 or 17900. OLE color: 17900.

HSL color Cylindrical-coordinate representation of color #EC4500: hue angle of 17.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC4500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 0 -
CMYK 0 0.71 1 0.07
HSL 17.54º 1% 0.46% -
HSV(B) 17.54º 1% 0.93% -
XYZ 36.72 22.09 2.33 -
YUV 111.07 65.33 217.11 -
System Red Green Blue C M Y K H S L
Decimal 236 69 0 0 0.71 1 0.07 17.54 1 0.46
Hex EC 45 0 0 47 64 7 12 64 2E
Octal 354 105 0 0 107 144 7 22 144 56
Binary 11101100 1000101 0 0 1000111 1100100 111 10010 1100100 101110

Color Harmonies of #EC4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4500

Black with #EC4500

Text Example


Text Example

White with #EC4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4500; }

 p { color: rgb(236,69,0); }

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

background-color css

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

 a { background-color: rgb(236,69,0); }

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

border-color css

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

 span { border-color: rgb(236,69,0); }

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