Html Css Color HEX #EC4501 Orange Red

📋 copy color: '#EC4501'

red 236 ◦ green 69 ◦ blue 1

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

Shades of Orange Red #EC4501

Tints of Orange Red #EC4501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 77.12%
G = 22.55%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC4501 (or 0xEC4501) is known color: Orange Red. HEX triplet: EC, 45 and 01. RGB value is (236,69,1). Sum of RGB (Red+Green+Blue) = 236+69+1=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4501 is #13BAFE. Grayscale: #6F6F6F. Windows color (decimal): -1293055 or 83436. OLE color: 83436.

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

Color convert

RGB 236 69 1 -
CMYK 0 0.71 1.00 0.07
HSL 17.36º 0.99% 0.46% -
HSV(B) 17.36º 1% 0.93% -
XYZ 36.73 22.09 2.36 -
YUV 111.18 65.83 217.03 -
System Red Green Blue C M Y K H S L
Decimal 236 69 1 0 0.71 1.00 0.07 17.36 0.99 0.46
Hex EC 45 1 0 47 64 7 11 63 2E
Octal 354 105 1 0 107 144 7 21 143 56
Binary 11101100 1000101 1 0 1000111 1100100 111 10001 1100011 101110

Color Harmonies of #EC4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4501

Black with #EC4501

Text Example


Text Example

White with #EC4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4501; }

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

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

background-color css

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

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

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

border-color css

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

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

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