Html Css Color HEX #EC3712 Orange Red

📋 copy color: '#EC3712'

red 236 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #EC3712

Tints of Orange Red #EC3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 76.38%
G = 17.8%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3712 (or 0xEC3712) is known color: Orange Red. HEX triplet: EC, 37 and 12. RGB value is (236,55,18). Sum of RGB (Red+Green+Blue) = 236+55+18=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3712 is #13C8ED. Grayscale: #696969. Windows color (decimal): -1296622 or 1193964. OLE color: 1193964.

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

Color convert

RGB 236 55 18 -
CMYK 0 0.77 0.92 0.07
HSL 10.18º 0.86% 0.5% -
HSV(B) 10.18º 0.92% 0.93% -
XYZ 36.07 20.61 2.65 -
YUV 104.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 236 55 18 0 0.77 0.92 0.07 10.18 0.86 0.5
Hex EC 37 12 0 4D 5C 7 A 56 32
Octal 354 67 22 0 115 134 7 12 126 62
Binary 11101100 110111 10010 0 1001101 1011100 111 1010 1010110 110010

Color Harmonies of #EC3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3712

Black with #EC3712

Text Example


Text Example

White with #EC3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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