Html Css Color HEX #EC4107 Orange Red

📋 copy color: '#EC4107'

red 236 ◦ green 65 ◦ blue 7

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

Shades of Orange Red #EC4107

Tints of Orange Red #EC4107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 76.62%
G = 21.1%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4107 (or 0xEC4107) is known color: Orange Red. HEX triplet: EC, 41 and 07. RGB value is (236,65,7). Sum of RGB (Red+Green+Blue) = 236+65+7=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4107 is #13BEF8. Grayscale: #6D6D6D. Windows color (decimal): -1294073 or 475628. OLE color: 475628.

HSL color Cylindrical-coordinate representation of color #EC4107: hue angle of 15.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4107 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 7 -
CMYK 0 0.72 0.97 0.07
HSL 15.2º 0.94% 0.48% -
HSV(B) 15.2º 0.97% 0.93% -
XYZ 36.52 21.63 2.45 -
YUV 109.52 70.15 218.22 -
System Red Green Blue C M Y K H S L
Decimal 236 65 7 0 0.72 0.97 0.07 15.2 0.94 0.48
Hex EC 41 7 0 48 61 7 F 5E 30
Octal 354 101 7 0 110 141 7 17 136 60
Binary 11101100 1000001 111 0 1001000 1100001 111 1111 1011110 110000

Color Harmonies of #EC4107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4107

Black with #EC4107

Text Example


Text Example

White with #EC4107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4107; }

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

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

background-color css

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

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

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

border-color css

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

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

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