Html Css Color HEX #EC4512 Orange Red

📋 copy color: '#EC4512'

red 236 ◦ green 69 ◦ blue 18

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

Shades of Orange Red #EC4512

Tints of Orange Red #EC4512

RGB

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

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

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

R = 73.07%
G = 21.36%
B = 5.57%

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

#EC4512 (or 0xEC4512) is known color: Orange Red. HEX triplet: EC, 45 and 12. RGB value is (236,69,18). Sum of RGB (Red+Green+Blue) = 236+69+18=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4512 is #13BAED. Grayscale: #717171. Windows color (decimal): -1293038 or 1197548. OLE color: 1197548.

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

Color convert

RGB 236 69 18 -
CMYK 0 0.71 0.92 0.07
HSL 14.04º 0.86% 0.5% -
HSV(B) 14.04º 0.92% 0.93% -
XYZ 36.83 22.13 2.9 -
YUV 113.12 74.33 215.65 -
System Red Green Blue C M Y K H S L
Decimal 236 69 18 0 0.71 0.92 0.07 14.04 0.86 0.5
Hex EC 45 12 0 47 5C 7 E 56 32
Octal 354 105 22 0 107 134 7 16 126 62
Binary 11101100 1000101 10010 0 1000111 1011100 111 1110 1010110 110010

Color Harmonies of #EC4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4512

Black with #EC4512

Text Example


Text Example

White with #EC4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4512; }

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

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

background-color css

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

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

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

border-color css

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

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

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