Html Css Color HEX #EC3706 Orange Red

📋 copy color: '#EC3706'

red 236 ◦ green 55 ◦ blue 6

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

Shades of Orange Red #EC3706

Tints of Orange Red #EC3706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.02%

R = 79.46%
G = 18.52%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3706 (or 0xEC3706) is known color: Orange Red. HEX triplet: EC, 37 and 06. RGB value is (236,55,6). Sum of RGB (Red+Green+Blue) = 236+55+6=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3706 is #13C8F9. Grayscale: #676767. Windows color (decimal): -1296634 or 407532. OLE color: 407532.

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

Color convert

RGB 236 55 6 -
CMYK 0 0.77 0.97 0.07
HSL 12.78º 0.95% 0.47% -
HSV(B) 12.78º 0.97% 0.93% -
XYZ 35.99 20.58 2.25 -
YUV 103.53 72.97 222.48 -
System Red Green Blue C M Y K H S L
Decimal 236 55 6 0 0.77 0.97 0.07 12.78 0.95 0.47
Hex EC 37 6 0 4D 61 7 D 5F 2F
Octal 354 67 6 0 115 141 7 15 137 57
Binary 11101100 110111 110 0 1001101 1100001 111 1101 1011111 101111

Color Harmonies of #EC3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3706

Black with #EC3706

Text Example


Text Example

White with #EC3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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