Html Css Color HEX #EC4101 Orange Red

📋 copy color: '#EC4101'

red 236 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #EC4101

Tints of Orange Red #EC4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 78.15%
G = 21.52%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC4101 (or 0xEC4101) is known color: Orange Red. HEX triplet: EC, 41 and 01. RGB value is (236,65,1). Sum of RGB (Red+Green+Blue) = 236+65+1=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4101 is #13BEFE. Grayscale: #6D6D6D. Windows color (decimal): -1294079 or 82412. OLE color: 82412.

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

Color convert

RGB 236 65 1 -
CMYK 0 0.72 1.00 0.07
HSL 16.34º 0.99% 0.46% -
HSV(B) 16.34º 1% 0.93% -
XYZ 36.49 21.62 2.28 -
YUV 108.83 67.15 218.7 -
System Red Green Blue C M Y K H S L
Decimal 236 65 1 0 0.72 1.00 0.07 16.34 0.99 0.46
Hex EC 41 1 0 48 64 7 10 63 2E
Octal 354 101 1 0 110 144 7 20 143 56
Binary 11101100 1000001 1 0 1001000 1100100 111 10000 1100011 101110

Color Harmonies of #EC4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4101

Black with #EC4101

Text Example


Text Example

White with #EC4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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