Html Css Color HEX #EC3B12 Orange Red

📋 copy color: '#EC3B12'

red 236 ◦ green 59 ◦ blue 18

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

Shades of Orange Red #EC3B12

Tints of Orange Red #EC3B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 75.4%
G = 18.85%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3B12 (or 0xEC3B12) is known color: Orange Red. HEX triplet: EC, 3B and 12. RGB value is (236,59,18). Sum of RGB (Red+Green+Blue) = 236+59+18=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3B12 is #13C4ED. Grayscale: #6B6B6B. Windows color (decimal): -1295598 or 1194988. OLE color: 1194988.

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

Color convert

RGB 236 59 18 -
CMYK 0 0.75 0.92 0.07
HSL 11.28º 0.86% 0.5% -
HSV(B) 11.28º 0.92% 0.93% -
XYZ 36.27 21 2.72 -
YUV 107.25 77.64 219.83 -
System Red Green Blue C M Y K H S L
Decimal 236 59 18 0 0.75 0.92 0.07 11.28 0.86 0.5
Hex EC 3B 12 0 4B 5C 7 B 56 32
Octal 354 73 22 0 113 134 7 13 126 62
Binary 11101100 111011 10010 0 1001011 1011100 111 1011 1010110 110010

Color Harmonies of #EC3B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B12

Black with #EC3B12

Text Example


Text Example

White with #EC3B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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