Html Css Color HEX #EC4001 Orange Red

📋 copy color: '#EC4001'

red 236 ◦ green 64 ◦ blue 1

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

Shades of Orange Red #EC4001

Tints of Orange Red #EC4001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 78.41%
G = 21.26%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC4001 (or 0xEC4001) is known color: Orange Red. HEX triplet: EC, 40 and 01. RGB value is (236,64,1). Sum of RGB (Red+Green+Blue) = 236+64+1=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4001 is #13BFFE. Grayscale: #6C6C6C. Windows color (decimal): -1294335 or 82156. OLE color: 82156.

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

Color convert

RGB 236 64 1 -
CMYK 0 0.73 1.00 0.07
HSL 16.09º 0.99% 0.46% -
HSV(B) 16.09º 1% 0.93% -
XYZ 36.43 21.5 2.26 -
YUV 108.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 236 64 1 0 0.73 1.00 0.07 16.09 0.99 0.46
Hex EC 40 1 0 49 64 7 10 63 2E
Octal 354 100 1 0 111 144 7 20 143 56
Binary 11101100 1000000 1 0 1001001 1100100 111 10000 1100011 101110

Color Harmonies of #EC4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4001

Black with #EC4001

Text Example


Text Example

White with #EC4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4001; }

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

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

background-color css

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

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

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

border-color css

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

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

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