Html Css Color HEX #EC4412 Orange Red

📋 copy color: '#EC4412'

red 236 ◦ green 68 ◦ blue 18

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

Shades of Orange Red #EC4412

Tints of Orange Red #EC4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 73.29%
G = 21.12%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4412 (or 0xEC4412) is known color: Orange Red. HEX triplet: EC, 44 and 12. RGB value is (236,68,18). Sum of RGB (Red+Green+Blue) = 236+68+18=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4412 is #13BBED. Grayscale: #707070. Windows color (decimal): -1293294 or 1197292. OLE color: 1197292.

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

Color convert

RGB 236 68 18 -
CMYK 0 0.71 0.92 0.07
HSL 13.76º 0.86% 0.5% -
HSV(B) 13.76º 0.92% 0.93% -
XYZ 36.77 22.01 2.88 -
YUV 112.53 74.66 216.07 -
System Red Green Blue C M Y K H S L
Decimal 236 68 18 0 0.71 0.92 0.07 13.76 0.86 0.5
Hex EC 44 12 0 47 5C 7 E 56 32
Octal 354 104 22 0 107 134 7 16 126 62
Binary 11101100 1000100 10010 0 1000111 1011100 111 1110 1010110 110010

Color Harmonies of #EC4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4412

Black with #EC4412

Text Example


Text Example

White with #EC4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4412; }

 p { color: rgb(236,68,18); }

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

background-color css

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

 a { background-color: rgb(236,68,18); }

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

border-color css

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

 span { border-color: rgb(236,68,18); }

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